Skip to content

wavewave/hoodle

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2023
Jun 3, 2022
Feb 22, 2023
Jun 26, 2023
Feb 22, 2023
Jun 25, 2023
Feb 24, 2023
Feb 25, 2023
Jun 25, 2023
Jun 26, 2023
Feb 22, 2023
Jun 26, 2023
Feb 22, 2023
Feb 22, 2023
Feb 9, 2023
Jun 26, 2023
Feb 22, 2023
Apr 9, 2013
Jul 27, 2014
May 22, 2022
Jun 25, 2023
Jun 25, 2023
Jun 25, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023

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