https://github.com/wavewave/hoodle
hoodle : A pen notetaking program written in haskell
https://github.com/wavewave/hoodle
Last synced: 7 months ago
JSON representation
hoodle : A pen notetaking program written in haskell
- Host: GitHub
- URL: https://github.com/wavewave/hoodle
- Owner: wavewave
- Created: 2012-06-11T01:16:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T09:10:11.000Z (about 2 years ago)
- Last Synced: 2024-11-25T18:25:08.970Z (8 months ago)
- Language: Haskell
- Homepage:
- Size: 5.39 MB
- Stars: 146
- Watchers: 7
- Forks: 12
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoodle

A pen notetaking program written in haskell
[](https://www.youtube.com/watch?v=Z2wzpyxsVSU)
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
```