feat(haskell): CLI rewrite

This commit is contained in:
2026-05-11 15:29:12 -05:00
parent ea748b2e5e
commit e0b1e95729
8 changed files with 441 additions and 330 deletions

View File

@@ -17,7 +17,6 @@ executable tricu
hs-source-dirs:
src
default-extensions:
DeriveDataTypeable
LambdaCase
MultiWayIf
OverloadedStrings
@@ -41,7 +40,7 @@ executable tricu
, base16-bytestring
, base64-bytestring
, bytestring
, cmdargs
, optparse-applicative
, containers
, cryptonite
, directory
@@ -82,7 +81,6 @@ test-suite tricu-tests
main-is: Spec.hs
hs-source-dirs: test, src
default-extensions:
DeriveDataTypeable
LambdaCase
MultiWayIf
OverloadedStrings
@@ -93,7 +91,7 @@ test-suite tricu-tests
, base16-bytestring
, base64-bytestring
, bytestring
, cmdargs
, optparse-applicative
, containers
, cryptonite
, directory