compiling ApiType.lhs
This commit is contained in:
parent
be530c28f2
commit
0bc07b9133
1 changed files with 26 additions and 6 deletions
|
@ -15,15 +15,35 @@ cabal-version: >=1.10
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: ApiType
|
exposed-modules: ApiType
|
||||||
, Client
|
-- , Client
|
||||||
, Docs
|
-- , Docs
|
||||||
, Javascript
|
-- , Javascript
|
||||||
, Server
|
-- , Server
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.8 && <4.9
|
build-depends: base >=4.8 && <4.9
|
||||||
, text
|
, 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:
|
-- hs-source-dirs:
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -Werror -c -pgmL markdown-unlit
|
ghc-options: -Wall -Werror -pgmL markdown-unlit
|
||||||
|
|
Loading…
Reference in a new issue