|
@@ -15,23 +15,20 @@ Executable snap-bench
|
|
|
main-is: Main.hs
|
|
|
|
|
|
Build-depends:
|
|
|
- aeson >= 0.6.1.0 && < 0.7,
|
|
|
- base >= 4 && < 5,
|
|
|
- bytestring >= 0.9.1 && < 0.11,
|
|
|
- MonadCatchIO-transformers >= 0.2.1 && < 0.4,
|
|
|
- mtl >= 2 && < 3,
|
|
|
- snap-core >= 0.9 && < 0.10,
|
|
|
- snap-server >= 0.9 && < 0.10,
|
|
|
- configurator >= 0.2 && < 0.3,
|
|
|
- resource-pool >= 0.2 && < 0.3,
|
|
|
- mysql-simple >= 0.2.2.4 && < 0.3,
|
|
|
- text >= 0.11.0.0 && < 0.12,
|
|
|
- transformers >= 0.3 && < 0.4,
|
|
|
- random >= 1 && < 2,
|
|
|
- unordered-containers >= 0.2.3.1 && < 0.3
|
|
|
+ aeson,
|
|
|
+ base,
|
|
|
+ bytestring,
|
|
|
+ MonadCatchIO-transformers,
|
|
|
+ mtl,
|
|
|
+ snap-core,
|
|
|
+ snap-server,
|
|
|
+ configurator,
|
|
|
+ resource-pool,
|
|
|
+ mysql-simple,
|
|
|
+ text,
|
|
|
+ transformers,
|
|
|
+ random,
|
|
|
+ unordered-containers
|
|
|
|
|
|
- if impl(ghc >= 6.12.0)
|
|
|
- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
|
|
|
- -fno-warn-unused-do-bind -rtsopts
|
|
|
- else
|
|
|
- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
|
|
|
+ ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
|
|
|
+ -fno-warn-unused-do-bind -rtsopts
|