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
39 GeneralizedNewtypeDeriving
42 NoMonomorphismRestriction
51 build-depends: base >= 4 && < 5
52 , aeson >= 0.6 && < 0.9
53 , bytestring >= 0.9 && < 0.11
54 , classy-prelude >= 0.10.2
55 , classy-prelude-conduit >= 0.10.2
56 , classy-prelude-yesod >= 0.10.2
57 , conduit >= 1.0 && < 2.0
60 , directory >= 1.1 && < 1.3
61 , fast-logger >= 2.2 && < 2.4
63 , hjsmin >= 0.1 && < 0.2
64 , http-conduit >= 2.1 && < 2.2
65 , monad-control >= 0.3 && < 1.1
66 , monad-logger >= 0.3 && < 0.4
67 , persistent >= 2.0 && < 2.2
68 , persistent-sqlite >= 2.1.1 && < 2.2
69 , persistent-template >= 2.0 && < 2.2
71 , shakespeare >= 2.0 && < 2.1
73 , text >= 0.11 && < 2.0
75 , unordered-containers
77 , wai-extra >= 3.0 && < 3.1
78 , wai-logger >= 2.2 && < 2.3
79 , warp >= 3.0 && < 3.1
80 , yaml >= 0.8 && < 0.9
81 , yesod >= 1.4.1 && < 1.5
82 , yesod-auth >= 1.4.0 && < 1.5
83 , yesod-core >= 1.4.6 && < 1.5
84 , yesod-form >= 1.4.0 && < 1.5
85 , yesod-static >= 1.4.0.3 && < 1.5
87 executable hcompta-web
93 build-depends: base, hcompta-web
95 ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
98 type: exitcode-stdio-1.0
108 GeneralizedNewtypeDeriving
109 MultiParamTypeClasses
111 NoMonomorphismRestriction
121 , classy-prelude-yesod
132 , yesod-test >= 1.4.3 && < 1.5