packages feed

prop-unit 0.1.2 → 0.1.3

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~hedgehogdep ~tastydep ~tasty-hedgehog

Dependency ranges changed: hedgehog, tasty, tasty-hedgehog

Files

prop-unit.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack  name:           prop-unit-version:        0.1.2+version:        0.1.3 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 && <1.3-    , tasty ==1.4.*-    , tasty-hedgehog >=1.1 && <1.5+    , hedgehog ==1.4.*+    , tasty >=1.4 && <1.6+    , tasty-hedgehog ==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 && <1.3+    , hedgehog ==1.4.*     , prop-unit     , tasty-    , tasty-hedgehog >=1.1 && <1.5+    , tasty-hedgehog ==1.4.*     , tasty-hunit   default-language: Haskell2010