bench.cabal 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. CPP
  17. build-depends: base >= 4.7 && < 5
  18. , yesod-core >= 1.4.2 && < 1.4.6
  19. , text >= 0.11 && < 1.3
  20. , persistent >= 2.1 && < 2.2
  21. , persistent-mysql >= 2.1 && < 2.2
  22. , persistent-template >= 2.1 && < 2.2
  23. , warp >= 3.0.2.2 && < 3.1
  24. , auto-update >= 0.1.1.4 && < 0.2
  25. , primitive >= 0.5
  26. , mwc-random >= 0.12
  27. , pool-conduit >= 0.1.2
  28. , network
  29. , mongoDB
  30. , monad-logger
  31. , mtl
  32. , wai
  33. , http-types
  34. , aeson
  35. , blaze-builder
  36. , bytestring >= 0.10
  37. , resource-pool
  38. , resourcet