aboutsummaryrefslogtreecommitdiffstats
path: root/hs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hs.cabal')
-rw-r--r--hs.cabal14
1 files changed, 11 insertions, 3 deletions
diff --git a/hs.cabal b/hs.cabal
index aec9be4..700d609 100644
--- a/hs.cabal
+++ b/hs.cabal
@@ -22,14 +22,22 @@ maintainer: [email protected]
extra-source-files: CHANGELOG.md
library
- exposed-modules: BizExpr
+ exposed-modules: RestService
-- Modules included in this library but not exported.
- -- other-modules:
+ other-modules: BizExpr
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
- build-depends: base ^>=4.14.1.0
+ build-depends: base ^>=4.14.1.0,
+ text,
+ wai,
+ http-types,
+ warp,
+ aeson,
+ scotty,
+ containers,
+ stm
hs-source-dirs: src
default-language: Haskell2010