cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9f56c147463a61695fc2d6676052796cde29111cfa25450c97615c152f33c585

name:           servant-benchmark
version:        0.1.0.0
synopsis:       Generate benchamrk files from a Servant API
description:    Please see the README on GitHub at <https://github.com/3kyro/servant-benchmark#README>
category:       Web
homepage:       https://github.com/3kyro/servant-benchmark#readme
bug-reports:    https://github.com/3kyro/servant-benchmark/issues
author:         Kyriakos Papachrysanthou
maintainer:     papachrysanthou.k@gmaim.com
copyright:      2021 Kyriakos Papachrysanthou
license:        BSD3
license-file:   LICENSE
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
  other-modules:
      Paths_servant_benchmark
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , base64-bytestring
    , bytestring
    , case-insensitive
    , http-media
    , http-types
    , servant
    , text
    , yaml
  default-language: Haskell2010

test-suite servant-benchmark-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_servant_benchmark
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -fprint-potential-instances
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , base64-bytestring
    , bytestring
    , case-insensitive
    , hspec
    , http-media
    , http-types
    , servant
    , servant-benchmark
    , text
    , yaml
  default-language: Haskell2010