packages feed

roboservant-0.1.0.0: roboservant.cabal

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: 51154f1c866aea92673a52985de6810cebda3b2662fddd7b7f88a56725e30041

name:           roboservant
version:        0.1.0.0
synopsis:       Automatic session-aware servant testing
description:    Please see the README on GitHub at <https://github.com/githubuser/roboservant#readme>
category:       Web
homepage:       https://github.com/mwotton/roboservant#readme
bug-reports:    https://github.com/mwotton/roboservant/issues
author:         Mark Wotton, Samuel Schlesinger
maintainer:     mwotton@gmail.com
copyright:      2020 Mark Wotton, Samuel Schlesinger
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/mwotton/roboservant

library
  exposed-modules:
      Roboservant
      Roboservant.StateMachine
  other-modules:
      Paths_roboservant
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , hedgehog
    , hspec
    , http-client
    , http-media
    , mtl
    , quickcheck-state-machine >=0.7
    , servant >=0.17
    , servant-client >=0.17
    , servant-flatten
    , servant-server >=0.17
    , string-conversions
  default-language: Haskell2010

test-suite roboservant-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Foo
      UnsafeIO
      Paths_roboservant
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , hedgehog
    , hspec
    , http-client
    , http-media
    , mtl
    , quickcheck-state-machine >=0.7
    , roboservant
    , servant >=0.17
    , servant-client >=0.17
    , servant-flatten
    , servant-server >=0.17
    , string-conversions
  default-language: Haskell2010