QuickCheck 2.4.1 → 2.4.1.1
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Test.QuickCheck.Text: putLine :: Terminal -> String -> IO ()
- Test.QuickCheck.Text: putPart :: Terminal -> String -> IO ()
- Test.QuickCheck.Text: putTemp :: Terminal -> String -> IO ()
+ Test.QuickCheck.Text: putPart, putLine, putTemp :: Terminal -> String -> IO ()
Files
- QuickCheck.cabal +3/−3
- README +1/−1
QuickCheck.cabal view
@@ -1,11 +1,11 @@ Name: QuickCheck-Version: 2.4.1+Version: 2.4.1.1 Cabal-Version: >= 1.6 Build-type: Simple License: BSD3 License-file: LICENSE Extra-source-files: README-Copyright: 2000-2011 Koen Claessen, 2006-2008 Björn Bringert, 2009-2001 Nick Smallbone+Copyright: 2000-2011 Koen Claessen, 2006-2008 Björn Bringert, 2009-2011 Nick Smallbone Author: Koen Claessen <koen@chalmers.se> Maintainer: QuickCheck developers <quickcheck@projects.haskell.org> Bug-reports: mailto:quickcheck@projects.haskell.org@@ -34,7 +34,7 @@ source-repository this type: darcs location: http://code.haskell.org/QuickCheck- tag: 2.4.1+ tag: 2.4.1.1 flag base3 Description: Choose the new smaller, split-up base package.
README view
@@ -1,4 +1,4 @@-This is QuickCheck 2.4.1, a library for random testing of program properties.+This is QuickCheck 2.4.1.1, a library for random testing of program properties. === Installation ===