feat(haskell): CLI rewrite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user