pinch 0.3.4.0 → 0.3.4.1
raw patch · 2 files changed
+13/−5 lines, 2 filesdep −hspec-discoverdep ~containersnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependencies removed: hspec-discover
Dependency ranges changed: containers
API changes (from Hackage documentation)
- Pinch.Internal.Pinchable: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Pinch.Internal.Pinchable.Pinchable a) => Pinch.Internal.Pinchable.Pinchable (Data.HashSet.HashSet a)
+ Pinch.Internal.Pinchable: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Pinch.Internal.Pinchable.Pinchable a) => Pinch.Internal.Pinchable.Pinchable (Data.HashSet.Base.HashSet a)
Files
- CHANGES.md +5/−0
- pinch.cabal +8/−5
CHANGES.md view
@@ -1,3 +1,8 @@+0.3.4.1 (2019-02-20)+====================++- Bounds bumps+ 0.3.4.0 (2018-11-11) ====================
pinch.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 58647b3d18496665a01f919c63779068ca00ad1c2ea6eaddba33eedf9fc712d2+-- hash: a26aa0d54b7b1bd93ac84d5f821dcc0245b6df6ff10cb67dda63ee3f7f879551 name: pinch-version: 0.3.4.0+version: 0.3.4.1 cabal-version: >= 1.10 build-type: Simple license: BSD3@@ -52,7 +52,7 @@ array >=0.5, base >=4.7 && <5, bytestring >=0.10 && <0.11,- containers >=0.5 && <0.6,+ containers >=0.5 && <0.7, deepseq >=1.3 && <1.5, ghc-prim, hashable >=1.2 && <1.3,@@ -60,6 +60,8 @@ text >=1.2 && <1.3, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.13+ build-tools:+ hspec-discover >=2.1 exposed-modules: Pinch Pinch.Internal.Builder@@ -89,14 +91,15 @@ QuickCheck >=2.5, base >=4.7 && <5, bytestring >=0.10 && <0.11,- containers >=0.5 && <0.6,+ containers >=0.5 && <0.7, hspec >=2.0,- hspec-discover >=2.1, pinch, semigroups >=0.18 && <0.19, text >=1.2 && <1.3, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.13+ build-tools:+ hspec-discover >=2.1 other-modules: Pinch.Arbitrary Pinch.Expectations