prop-unit 0.1.3 → 0.1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~hedgehog
Dependency ranges changed: hedgehog
Files
- prop-unit.cabal +3/−3
prop-unit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: prop-unit-version: 0.1.3+version: 0.1.4 synopsis: Conveniences for using Hedgehog as a unit test runner description: Please see the README on GitHub at <https://github.com/ejconlon/prop-unit#readme> category: Testing@@ -60,7 +60,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie build-depends: base >=4.12 && <5- , hedgehog ==1.4.*+ , hedgehog >=1.4 && <1.6 , tasty >=1.4 && <1.6 , tasty-hedgehog ==1.4.* default-language: Haskell2010@@ -101,7 +101,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5- , hedgehog ==1.4.*+ , hedgehog >=1.4 && <1.6 , prop-unit , tasty , tasty-hedgehog ==1.4.*