Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 555 Bytes

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