Skip to content

wavewave/hoodle

Repository files navigation

hoodle

CircleCI

A pen notetaking program written in haskell

hoodle

Build

Hoodle development recommends using nix for the build. The build script has pinned nixpkgs at nixos 20.03 revision by default unless it is specified.

$ nix-build release.nix -A hoodle 

For developement, build in nix-shell and cabal:

$ nix-shell
$ cabal v2-build hoodle 
$ cabal v2-run hoodle