123456789101112131415161718192021222324252627282930 |
- Name: snap-bench
- Version: 0.1
- Synopsis: Snap test for benchmark tests
- Description: Simple web services to benchmark the Snap web server
- License: BSD3
- Author: Steve Smith
- Maintainer: [email protected]
- Stability: Experimental
- Category: Web
- Build-type: Simple
- Cabal-version: >=1.2
- Executable snap-bench
- hs-source-dirs: src
- main-is: Main.hs
- Build-depends: base
- , aeson
- , bytestring
- , configurator
- , mysql-simple
- , random
- , resource-pool
- , snap-core
- , snap-server
- , text
- , unordered-containers
- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
- -fno-warn-unused-do-bind -rtsopts
|