prop-unit 0.1.0 → 0.1.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~hedgehogdep ~tasty-hedgehog
Dependency ranges changed: hedgehog, tasty-hedgehog
Files
- prop-unit.cabal +6/−6
prop-unit.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: prop-unit-version: 0.1.0+version: 0.1.1 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,9 +60,9 @@ 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.0.*+ , hedgehog >=1.0 && <1.2 , tasty ==1.4.*- , tasty-hedgehog ==1.1.*+ , tasty-hedgehog >=1.1 && <1.4 default-language: Haskell2010 test-suite prop-unit-test@@ -101,9 +101,9 @@ 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.0.*+ , hedgehog >=1.0 && <1.2 , prop-unit , tasty- , tasty-hedgehog ==1.1.*+ , tasty-hedgehog >=1.1 && <1.4 , tasty-hunit default-language: Haskell2010