packages feed

servant-benchmark-0.1.1.1: servant-benchmark.cabal

cabal-version:      1.12
name:               servant-benchmark
version:            0.1.1.1
license:            BSD3
license-file:       LICENSE
copyright:          2021 Kyriakos Papachrysanthou
maintainer:         papachrysanthou.k@gmail.com
author:             Kyriakos Papachrysanthou
homepage:           https://github.com/3kyro/servant-benchmark#readme
bug-reports:        https://github.com/3kyro/servant-benchmark/issues
synopsis:           Generate benchmark files from a Servant API
description:
    Please see the README on GitHub at <https://github.com/3kyro/servant-benchmark#README>

category:           Web
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/3kyro/servant-benchmark

library
    exposed-modules:
        Servant.Benchmark
        Servant.Benchmark.BasicAuth
        Servant.Benchmark.Endpoint
        Servant.Benchmark.Generator
        Servant.Benchmark.HasEndpoint
        Servant.Benchmark.HasGenerator
        Servant.Benchmark.Tools.Drill
        Servant.Benchmark.Tools.Siege
        Servant.Benchmark.Tools.Wrk
        Servant.Benchmark.ToText

    hs-source-dirs:   src
    other-modules:    Paths_servant_benchmark
    default-language: Haskell2010
    ghc-options:      -Wall
    build-depends:
        QuickCheck >=2.14.2 && <2.15,
        aeson >=1.5.6.0 && <1.6,
        base >=4.7 && <5,
        base64-bytestring >=1.1.0.0 && <1.2,
        bytestring >=0.10.12.0 && <0.11,
        case-insensitive >=1.2.1.0 && <1.3,
        http-media >=0.8.0.0 && <0.9,
        http-types >=0.12.3 && <0.13,
        servant >=0.18.2 && <0.19,
        text >=1.2.4.1 && <1.3,
        yaml >=0.11.5.0 && <0.12

test-suite servant-benchmark-test
    type:             exitcode-stdio-1.0
    main-is:          Spec.hs
    hs-source-dirs:   test
    other-modules:    Paths_servant_benchmark
    default-language: Haskell2010
    ghc-options:
        -threaded -rtsopts -with-rtsopts=-N -fprint-potential-instances

    build-depends:
        QuickCheck >=2.14.2 && <2.15,
        aeson >=1.5.6.0 && <1.6,
        base >=4.7 && <5,
        base64-bytestring >=1.1.0.0 && <1.2,
        bytestring >=0.10.12.0 && <0.11,
        case-insensitive >=1.2.1.0 && <1.3,
        hspec >=2.7.8 && <2.8,
        http-media >=0.8.0.0 && <0.9,
        http-types >=0.12.3 && <0.13,
        servant >=0.18.2 && <0.19,
        servant-benchmark -any,
        text >=1.2.4.1 && <1.3,
        yaml >=0.11.5.0 && <0.12