diff options
Diffstat (limited to 'hsm-readline/hsm-readline.cabal')
-rw-r--r-- | hsm-readline/hsm-readline.cabal | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hsm-readline/hsm-readline.cabal b/hsm-readline/hsm-readline.cabal new file mode 100644 index 0000000..4532219 --- /dev/null +++ b/hsm-readline/hsm-readline.cabal @@ -0,0 +1,18 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-readline +version: 0.1.0.0 + +library + build-depends: + , base + , haskeline + , hsm-log + , io-region + , text + + exposed-modules: Hsm.Readline + ghc-options: -Wall -Wunused-packages + default-language: GHC2021 |