From 005dc408dc09c3b479398ebe3e92efa2cd54846e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 02:26:25 +0200 Subject: Working prototype --- servant/servant.cabal | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'servant/servant.cabal') diff --git a/servant/servant.cabal b/servant/servant.cabal index b509dbc..b877196 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -16,11 +16,36 @@ build-type: Simple -- extra-source-files: cabal-version: >=1.10 +library + exposed-modules: Thermoprint.Api + hs-source-dirs: api + default-language: Haskell2010 + other-extensions: DataKinds + , TypeOperators + , DeriveGeneric + build-depends: base >=4.8 && <4.9 + , thermoprint + , aeson >=0.9.0 && <0.10 + , servant >=0.4.4 && <0.5 + , text >=1.2.1 && <4.5 + , bytestring >=0.10.6 && <0.11 + executable thermoprint main-is: Main.hs + hs-source-dirs: src + default-language: Haskell2010 -- other-modules: - -- other-extensions: + other-extensions: RecordWildCards + , OverloadedStrings build-depends: base >=4.8 && <4.9 , thermoprint - hs-source-dirs: src - default-language: Haskell2010 \ No newline at end of file + , thermoprint-servant + , aeson >=0.9.0 && <0.10 + , wai >=3.0.3 && <3.1 + , servant-server >=0.4.4 && <0.5 + , warp >=3.1.3 && <3.2 + , text >=1.2.1 && <1.3 + , bytestring >=0.10.6 && <0.11 + , either >=4.4.1 && <4.5 + , optparse-applicative >=0.11.0 && <0.12 + , transformers >=0.4.2 && <0.5 \ No newline at end of file -- cgit v1.2.3