QuickCheck 2.5.1 → 2.5.1.1
raw patch · 1 files changed
+6/−6 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- QuickCheck.cabal +6/−6
QuickCheck.cabal view
@@ -1,5 +1,5 @@ Name: QuickCheck-Version: 2.5.1+Version: 2.5.1.1 Cabal-Version: >= 1.6 Build-type: Simple License: BSD3@@ -28,13 +28,13 @@ data generators. source-repository head- type: darcs- location: http://code.haskell.org/QuickCheck/devel+ type: git+ location: git://github.com/nick8325/quickcheck source-repository this- type: darcs- location: http://code.haskell.org/QuickCheck/stable- tag: 2.4.2+ type: git+ location: git://github.com/nick8325/quickcheck+ tag: 2.5.1.1 flag base3 Description: Choose the new smaller, split-up base package.