roboservant/roboservant.cabal
2020-09-14 12:07:17 -04:00

77 lines
1.8 KiB
Plaintext

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: 0bfe1c9487789846b43d871520e7e546842a8ff9acb003e426d5282dac1e6aa1
name: roboservant
version: 0.1.0.2
synopsis: Automatic session-aware servant testing
description: Please see the README on GitHub at <https://github.com/mwotton/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:
base >=4.7 && <5
, bytestring
, containers
, hedgehog
, mtl
, servant
, servant-client
, servant-flatten
, servant-server
, string-conversions
default-language: Haskell2010
test-suite roboservant-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Foo
Headers
UnsafeIO
Paths_roboservant
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, hedgehog
, mtl
, roboservant
, servant
, servant-client
, servant-flatten
, servant-server
, string-conversions
default-language: Haskell2010