From 766bc25be87ad66d9c850373e42c7d323f8d58db Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 17 Apr 2021 08:41:13 +0200 Subject: Create RestService, with state and an eval endpoint --- hs.cabal | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'hs.cabal') diff --git a/hs.cabal b/hs.cabal index aec9be4..700d609 100644 --- a/hs.cabal +++ b/hs.cabal @@ -22,14 +22,22 @@ maintainer: me@danrh.co.uk 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 -- cgit v1.2.3