QuickCheck 2.7.1 → 2.7.2
raw patch · 2 files changed
+11/−3 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- QuickCheck.cabal +3/−3
- changelog +8/−0
QuickCheck.cabal view
@@ -1,5 +1,5 @@ Name: QuickCheck-Version: 2.7.1+Version: 2.7.2 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -34,7 +34,7 @@ source-repository this type: git location: https://github.com/nick8325/quickcheck- tag: 2.7.1+ tag: 2.7.2 flag base3 Description: Choose the new smaller, split-up base package.@@ -133,6 +133,6 @@ main-is: Heap.hs build-depends: base,- QuickCheck == 2.7,+ QuickCheck == 2.7.2, template-haskell >= 2.4, test-framework >= 0.4 && < 0.9
changelog view
@@ -1,3 +1,11 @@+QuickCheck 2.7.2 (released 2014-03-22)+ * Fix bug in cabal file which broke cabal test++QuickCheck 2.7.1 (released 2014-03-20)+ * Fixed bug - the Small modifier didn't work on unsigned types+ * Changed arbitrarySizedIntegral to have an Integral constraint+ instead of just Num+ QuickCheck 2.7 (released 2014-03-19) * New features: