General refactor for legibility

Priming to update all source to lhs and document extensively
This commit is contained in:
2025-01-19 14:41:25 -06:00
committed by James Eversole
parent 63aa977efd
commit e6e05b607a
6 changed files with 127 additions and 171 deletions

View File

@ -18,6 +18,7 @@ executable tricu
src
default-extensions:
DeriveDataTypeable
MultiWayIf
OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC
build-depends:
@ -43,6 +44,7 @@ test-suite tricu-tests
hs-source-dirs: test, src
default-extensions:
DeriveDataTypeable
MultiWayIf
OverloadedStrings
build-depends:
base