servant/flat-64/flat-64.cabal

29 lines
855 B
Plaintext

-- Initial servant-bench.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: flat64
version: 0.1.0.0
synopsis: Compare build times with different API type structure
-- description:
license: BSD3
license-file: LICENSE
author: Daniel Bergey
maintainer: bergey@teallabs.org
-- copyright:
category: Development
build-type: Simple
cabal-version: >=1.10
executable servant-bench
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base
, servant
, servant-server
, text
, warp
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -fforce-recomp -O2