cabal-version: 1.12 name: load version: 0.1.0.0 license: BSD3 license-file: LICENSE copyright: 2021 Michael Hoffmann maintainer: mhoffm@posteo.de author: Michael Hoffmann synopsis: A small library to quickly develop load test tools description: Please see the README on Gitlab at category: Development build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://gitlab.com/michoffmann/load library exposed-modules: Load.Core hs-source-dirs: src default-language: Haskell2010 default-extensions: GeneralizedNewtypeDeriving OverloadedStrings FlexibleContexts ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5, data-default >=0.7.1.1 && <0.8, hspec >=2.7.4 && <2.8, hspec-discover >=2.7.4 && <2.8, lifted-base >=0.2.3.12 && <0.3, monad-control >=1.0.2.3 && <1.1, mtl >=2.2.2 && <2.3, stm >=2.5.0.0 && <2.6, stm-chans >=3.0.0.4 && <3.1, transformers-base >=0.4.5.2 && <0.5 if False other-modules: Paths_load test-suite load-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Load.CoreSpec default-language: Haskell2010 default-extensions: GeneralizedNewtypeDeriving OverloadedStrings FlexibleContexts ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5, data-default >=0.7.1.1 && <0.8, hspec >=2.7.4 && <2.8, hspec-discover >=2.7.4 && <2.8, lifted-base >=0.2.3.12 && <0.3, load -any, monad-control >=1.0.2.3 && <1.1, mtl >=2.2.2 && <2.3, stm >=2.5.0.0 && <2.6, stm-chans >=3.0.0.4 && <3.1, transformers-base >=0.4.5.2 && <0.5 if False other-modules: Paths_load