Skip to content

wavewave/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