quickcheck-state-machine-distributed 0.0.0 → 0.0.1
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog for quickcheck-state-machine-distributed -#### 0.0.0+#### 0.0.1 (2018-5-3)++* Lower the lower bound of the QuickCheck dependency.++#### 0.0.0 (2018-5-3) * Initial release.
quickcheck-state-machine-distributed.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3757460f9c072a73f3ad960c2c738649d6f77eba17ae9c37400656995aaebbc9+-- hash: e52b37102f842063221d55b80e66ae70273cfe6b9aadfde49329f8b3f1697e73 name: quickcheck-state-machine-distributed-version: 0.0.0+version: 0.0.1 synopsis: Test monadic programs using state machine based models description: Please see the README on Github at <https://github.com/advancedtelematic/quickcheck-state-machine-distributed#readme> category: Testing@@ -32,7 +32,7 @@ src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends:- QuickCheck >=2.11.3+ QuickCheck >=2.10 , base >=4.7 && <5 , binary , containers@@ -59,7 +59,7 @@ test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck >=2.11.3+ QuickCheck >=2.10 , base >=4.7 && <5 , binary , containers