prop-unit 1.0.1 → 1.0.2
raw patch · 1 files changed
+8/−6 lines, 1 filesdep ~hedgehogdep ~tasty-hedgehogPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hedgehog, tasty-hedgehog
API changes (from Hackage documentation)
- PropUnit: data () => DependencyType
+ PropUnit: data DependencyType
- PropUnit: data () => Property
+ PropUnit: data Property
- PropUnit: data () => PropertyT (m :: Type -> Type) a
+ PropUnit: data PropertyT (m :: Type -> Type) a
- PropUnit: data () => Range a
+ PropUnit: data Range a
- PropUnit: data () => TestLimit
+ PropUnit: data TestLimit
- PropUnit: data () => TestT (m :: Type -> Type) a
+ PropUnit: data TestT (m :: Type -> Type) a
- PropUnit: data () => TestTree
+ PropUnit: data TestTree
- PropUnit: genDefaultList :: forall tag a mn mx. (IsList a, KnownNat mn, KnownNat mx, GenDefault tag (Item a)) => Proxy mn -> Proxy mx -> Proxy tag -> Gen a
+ PropUnit: genDefaultList :: forall tag a (mn :: Nat) (mx :: Nat). (IsList a, KnownNat mn, KnownNat mx, GenDefault tag (Item a)) => Proxy mn -> Proxy mx -> Proxy tag -> Gen a
- PropUnit: genDefaultString :: forall tag a mn mx. (IsString a, KnownNat mn, KnownNat mx, GenDefault tag Char) => Proxy mn -> Proxy mx -> Proxy tag -> Gen a
+ PropUnit: genDefaultString :: forall tag a (mn :: Nat) (mx :: Nat). (IsString a, KnownNat mn, KnownNat mx, GenDefault tag Char) => Proxy mn -> Proxy mx -> Proxy tag -> Gen a
Files
- prop-unit.cabal +8/−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.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: prop-unit-version: 1.0.1+version: 1.0.2 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@@ -37,6 +37,7 @@ default-extensions: BangPatterns ConstraintKinds+ DataKinds DeriveAnyClass DeriveFunctor DeriveFoldable@@ -63,9 +64,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.4 && <1.6+ , hedgehog >=1.4 && <1.8 , tasty >=1.4 && <1.6- , tasty-hedgehog ==1.4.*+ , tasty-hedgehog >=1.4 && <1.6 default-language: Haskell2010 test-suite prop-unit-test@@ -78,6 +79,7 @@ default-extensions: BangPatterns ConstraintKinds+ DataKinds DeriveAnyClass DeriveFunctor DeriveFoldable@@ -105,8 +107,8 @@ build-depends: base >=4.12 && <5 , containers- , hedgehog >=1.4 && <1.6+ , hedgehog >=1.4 && <1.8 , prop-unit , tasty >=1.4 && <1.6- , tasty-hedgehog ==1.4.*+ , tasty-hedgehog >=1.4 && <1.6 default-language: Haskell2010