name: roboservant version: 0.1.0.2 github: "mwotton/roboservant" license: BSD3 author: "Mark Wotton, Samuel Schlesinger" maintainer: "mwotton@gmail.com" copyright: "2020 Mark Wotton, Samuel Schlesinger" synopsis: Automatic session-aware servant testing category: Web description: Please see the README on GitHub at extra-source-files: - README.md - ChangeLog.md dependencies: - base >= 4.7 && < 5 - bytestring - containers - hedgehog - mtl - servant # >= 0.17 - servant-client # >= 0.17 - servant-flatten - servant-server # >= 0.17 - string-conversions ghc-options: -Wall library: source-dirs: src tests: roboservant-test: main: Spec.hs source-dirs: test ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - roboservant - aeson - hspec - hspec-core - hspec-hedgehog