bench.cabal 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. name: bench
  2. version: 0.0.0
  3. cabal-version: >= 1.8
  4. build-type: Simple
  5. executable bench
  6. main-is: yesod.hs
  7. hs-source-dirs: src
  8. ghc-options: -Wall -threaded -O2 -rtsopts
  9. extensions: TemplateHaskell
  10. QuasiQuotes
  11. OverloadedStrings
  12. MultiParamTypeClasses
  13. TypeFamilies
  14. GADTs
  15. EmptyDataDecls
  16. build-depends: base >= 4 && < 5
  17. , yesod == 1.2.2
  18. , yesod-core == 1.2.4
  19. , text >= 0.11 && < 0.12
  20. , persistent >= 1.2 && < 1.3
  21. , persistent-mysql >= 1.2 && < 1.3
  22. , persistent-mongoDB >= 1.2 && < 1.3
  23. , warp >= 1.3 && < 1.4
  24. , unix >= 2.5
  25. , network-conduit >= 1.0
  26. , primitive >= 0.5
  27. , mwc-random >= 0.12
  28. , pool-conduit >= 0.1.2
  29. , network
  30. , mongoDB
  31. , aeson