Skip to content

9999years/hoodle

 
 

Repository files navigation

hoodle

Build

A pen notetaking program written in haskell

hoodle

Build and run

Hoodle development recommends using nix for the build. The build requires Nix >= 2.4 which has the support for flakes.

$ nix build .#
$ result/bin/hoodle

For developement, build in nix-shell and cabal:

$ nix develop .#
$ cabal v2-build hoodle
$ cabal v2-run hoodle

About

hoodle : A pen notetaking program written in haskell

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 98.0%
  • Nix 1.2%
  • JavaScript 0.3%
  • HTML 0.2%
  • C 0.2%
  • Shell 0.1%