name: quickcheck-state-machine version: 0.3.1 synopsis: Test monadic programs using state machine based models description: See README at homepage: https://github.com/advancedtelematic/quickcheck-state-machine#readme license: BSD3 license-file: LICENSE author: Stevan Andjelkovic maintainer: Stevan Andjelkovic copyright: Copyright (C) 2017, ATS Advanced Telematic Systems GmbH category: Testing build-type: Simple extra-source-files: README.md , CHANGELOG.md , CONTRIBUTING.md cabal-version: >=1.10 tested-with: GHC == 8.0.2, GHC == 8.2.2 library hs-source-dirs: src exposed-modules: Test.StateMachine , Test.StateMachine.Internal.Parallel , Test.StateMachine.Internal.Sequential , Test.StateMachine.Internal.Types , Test.StateMachine.Internal.Types.Environment , Test.StateMachine.Internal.Utils , Test.StateMachine.Internal.Utils.BoxDrawer , Test.StateMachine.Logic , Test.StateMachine.TH , Test.StateMachine.Types , Test.StateMachine.Types.Generics , Test.StateMachine.Types.Generics.TH , Test.StateMachine.Types.HFunctor , Test.StateMachine.Types.HFunctor.TH , Test.StateMachine.Types.History , Test.StateMachine.Types.References , Test.StateMachine.Z other-modules: Test.StateMachine.Utils build-depends: ansi-wl-pprint >=0.6.7.3, async >=2.1.1.1, base >=4.7 && <5, containers >=0.5.7.1, lifted-async >=0.9.3, lifted-base >=0.2.3.11, monad-control >=1.0.2.2, mtl >=2.2.1, QuickCheck >=2.9.2, quickcheck-with-counterexamples >=1.0, random >=1.1, stm >=2.4.4.1, template-haskell >=2.11.1.0, th-abstraction >=0.2.6.0 default-language: Haskell2010 test-suite quickcheck-state-machine-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/advancedtelematic/quickcheck-state-machine