9 Description: Turn on development settings, like auto-reload templates.
13 Description: Build for use with "yesod devel"
17 hs-source-dirs: ., app
18 exposed-modules: Application
28 if flag(dev) || flag(library-only)
29 cpp-options: -DDEVELOPMENT
30 ghc-options: -Wall -fwarn-tabs -O0
32 ghc-options: -Wall -fwarn-tabs -O2
34 extensions: DeriveDataTypeable
37 GeneralizedNewtypeDeriving
40 NoMonomorphismRestriction
46 build-depends: base >= 4 && < 5
47 , aeson >= 0.6 && < 0.9
48 , bytestring >= 0.9 && < 0.11
49 , classy-prelude >= 0.10.2
50 , classy-prelude-conduit >= 0.10.2
51 , classy-prelude-yesod >= 0.10.2
52 , conduit >= 1.0 && < 2.0
55 , directory >= 1.1 && < 1.3
56 , fast-logger >= 2.2 && < 2.4
58 , hjsmin >= 0.1 && < 0.2
59 , http-conduit >= 2.1 && < 2.2
60 , monad-control >= 0.3 && < 1.1
61 , monad-logger >= 0.3 && < 0.4
62 , persistent >= 2.0 && < 2.2
63 , persistent-sqlite >= 2.1.1 && < 2.2
64 , persistent-template >= 2.0 && < 2.2
66 , shakespeare >= 2.0 && < 2.1
68 , text >= 0.11 && < 2.0
70 , unordered-containers
72 , wai-extra >= 3.0 && < 3.1
73 , wai-logger >= 2.2 && < 2.3
74 , warp >= 3.0 && < 3.1
75 , yaml >= 0.8 && < 0.9
76 , yesod >= 1.4.1 && < 1.5
77 , yesod-auth >= 1.4.0 && < 1.5
78 , yesod-core >= 1.4.6 && < 1.5
79 , yesod-form >= 1.4.0 && < 1.5
80 , yesod-static >= 1.4.0.3 && < 1.5
82 executable hcompta-web
88 build-depends: base, hcompta-web
90 ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
93 type: exitcode-stdio-1.0
103 GeneralizedNewtypeDeriving
104 MultiParamTypeClasses
106 NoMonomorphismRestriction
116 , classy-prelude-yesod
127 , yesod-test >= 1.4.3 && < 1.5