From 8e63078691c1ae4f4c86d89397fe0e594cee553b Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Wed, 27 Jan 2016 22:54:22 +0100 Subject: [PATCH] compiling ApiType.lhs --- doc/tutorial/tutorial.cabal | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/doc/tutorial/tutorial.cabal b/doc/tutorial/tutorial.cabal index 37e60d39..5a907a65 100644 --- a/doc/tutorial/tutorial.cabal +++ b/doc/tutorial/tutorial.cabal @@ -15,15 +15,35 @@ cabal-version: >=1.10 library exposed-modules: ApiType - , Client - , Docs - , Javascript - , Server + -- , Client + -- , Docs + -- , Javascript + -- , Server -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 , text - , servant + , aeson + , blaze-html + , directory + , blaze-markup + , servant == 0.5.* + , servant-server == 0.5.* + , servant-client == 0.5.* + , servant-docs == 0.5.* + , warp + , http-media + , lucid + , time + , string-conversions + , bytestring + , attoparsec + , mtl + , random + , js-jquery + , wai + , http-types + , transformers -- hs-source-dirs: default-language: Haskell2010 - ghc-options: -Wall -Werror -c -pgmL markdown-unlit + ghc-options: -Wall -Werror -pgmL markdown-unlit