packages feed

Cabal revisions of QuickCheck-1.2.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:		QuickCheck-version:	1.2.0.1-license:	BSD3-license-file:	LICENSE-author:		Koen Classen and John Hughes-maintainer:	libraries@haskell.org-category:	Testing-homepage:	http://www.math.chalmers.se/~rjmh/QuickCheck/-synopsis:	Automatic testing of Haskell programs-description:-	A library for testing Haskell programs automatically.-	The programmer provides a specification of the program, in-	the form of properties which functions should satisfy, and-	QuickCheck then tests that the properties hold in a large number-	of randomly generated cases.  Specifications are expressed in-	Haskell, using combinators defined in the QuickCheck library.-	QuickCheck provides combinators to define properties, observe-	the distribution of test data, and define test-	data generators.-build-type: Simple-cabal-version: >=1.2--flag base3-flag base4--library-  exposed-modules:-          Debug.QuickCheck.Batch,-          Debug.QuickCheck.Poly,-          Debug.QuickCheck.Utils,-          Debug.QuickCheck,-          Test.QuickCheck.Batch,-          Test.QuickCheck.Poly,-          Test.QuickCheck.Utils,-          Test.QuickCheck-  if flag(base3)-    build-depends:	base >= 3 && < 4, random-  else -    if flag(base4)-      build-depends:      base >= 4 && < 5, random-      cpp-options: -DBASE4=1-    else-      build-depends:	base < 3-  extensions:	CPP+name:		QuickCheck
+version:	1.2.0.1
+x-revision: 1
+license:	BSD3
+license-file:	LICENSE
+author:		Koen Classen and John Hughes
+maintainer:	libraries@haskell.org
+category:	Testing
+homepage:	http://www.math.chalmers.se/~rjmh/QuickCheck/
+synopsis:	Automatic testing of Haskell programs
+description:
+	A library for testing Haskell programs automatically.
+	The programmer provides a specification of the program, in
+	the form of properties which functions should satisfy, and
+	QuickCheck then tests that the properties hold in a large number
+	of randomly generated cases.  Specifications are expressed in
+	Haskell, using combinators defined in the QuickCheck library.
+	QuickCheck provides combinators to define properties, observe
+	the distribution of test data, and define test
+	data generators.
+build-type: Simple
+cabal-version: >=1.2
+
+flag base3
+flag base4
+
+library
+  exposed-modules:
+          Debug.QuickCheck.Batch,
+          Debug.QuickCheck.Poly,
+          Debug.QuickCheck.Utils,
+          Debug.QuickCheck,
+          Test.QuickCheck.Batch,
+          Test.QuickCheck.Poly,
+          Test.QuickCheck.Utils,
+          Test.QuickCheck
+  if flag(base3)
+    build-depends:	base >= 3 && < 4.8, random
+  else 
+    if flag(base4)
+      build-depends:      base >= 4 && < 5, random
+      cpp-options: -DBASE4=1
+    else
+      build-depends:	base < 3
+  extensions:	CPP
revision 2
 name:		QuickCheck
 version:	1.2.0.1
-x-revision: 1
+x-revision: 2
 license:	BSD3
 license-file:	LICENSE
 author:		Koen Classen and John Hughes
           Test.QuickCheck.Utils,
           Test.QuickCheck
   if flag(base3)
-    build-depends:	base >= 3 && < 4.8, random
+    build-depends:	base >= 3 && < 4, random
   else 
     if flag(base4)
-      build-depends:      base >= 4 && < 5, random
+      build-depends:      base >= 4 && < 4.8, random
       cpp-options: -DBASE4=1
     else
       build-depends:	base < 3