aboutsummaryrefslogtreecommitdiff
path: root/hsm-readline/hsm-readline.cabal
blob: 45322193c74d340843ce0fba1d5b3bca55cfcc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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