packages feed

Cabal revisions of test-framework-quickcheck2-0.3.0.3

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

revision 1
-Name:                test-framework-quickcheck2-Version:             0.3.0.3-Cabal-Version:       >= 1.6-Category:            Testing-Synopsis:            QuickCheck2 support for the test-framework package.-License:             BSD3-License-File:        LICENSE-Author:              Max Bolingbroke <batterseapower@hotmail.com>-Maintainer:          Haskell Libraries <libraries@haskell.org>-Homepage:            https://batterseapower.github.io/test-framework/-Bug-Reports:         https://github.com/haskell/test-framework/-Build-Type:          Simple-Description:         QuickCheck2 support for the test-framework package.--Flag Base4-        Description:    Choose base version 4-        Default:        True--Flag Base3-        Description:    Choose base version 3-        Default:        False---Library-        Exposed-Modules:        Test.Framework.Providers.QuickCheck2--        Build-Depends:          test-framework >= 0.7.1,-                                QuickCheck >= 2.4 && < 2.8,-                                extensible-exceptions >= 0.1.1 && < 0.2.0-        if flag(base3)-                Build-Depends:          base >= 3 && < 4, random >= 1-        else-                if flag(base4)-                        Build-Depends:          base >= 4 && < 5, random >= 1--        Extensions:             TypeSynonymInstances-                                TypeOperators-                                MultiParamTypeClasses-                                ExistentialQuantification-                                CPP--        Ghc-Options:            -Wall--Source-Repository head-  Type:     git-  Location: https://github.com/haskell/test-framework+Name:                test-framework-quickcheck2
+Version:             0.3.0.3
+x-revision: 1
+Cabal-Version:       >= 1.6
+Category:            Testing
+Synopsis:            QuickCheck2 support for the test-framework package.
+License:             BSD3
+License-File:        LICENSE
+Author:              Max Bolingbroke <batterseapower@hotmail.com>
+Maintainer:          Haskell Libraries <libraries@haskell.org>
+Homepage:            https://batterseapower.github.io/test-framework/
+Bug-Reports:         https://github.com/haskell/test-framework/
+Build-Type:          Simple
+Description:         QuickCheck2 support for the test-framework package.
+
+Flag Base4
+        Description:    Choose base version 4
+        Default:        True
+
+Flag Base3
+        Description:    Choose base version 3
+        Default:        False
+
+
+Library
+        Exposed-Modules:        Test.Framework.Providers.QuickCheck2
+
+        Build-Depends:          test-framework >= 0.7.1,
+                                QuickCheck >= 2.4 && < 2.9,
+                                extensible-exceptions >= 0.1.1 && < 0.2.0
+        if flag(base3)
+                Build-Depends:          base >= 3 && < 4, random >= 1
+        else
+                if flag(base4)
+                        Build-Depends:          base >= 4 && < 5, random >= 1
+
+        Extensions:             TypeSynonymInstances
+                                TypeOperators
+                                MultiParamTypeClasses
+                                ExistentialQuantification
+                                CPP
+
+        Ghc-Options:            -Wall
+
+Source-Repository head
+  Type:     git
+  Location: https://github.com/haskell/test-framework
revision 2
 Name:                test-framework-quickcheck2
 Version:             0.3.0.3
-x-revision: 1
+x-revision: 2
 Cabal-Version:       >= 1.6
 Category:            Testing
 Synopsis:            QuickCheck2 support for the test-framework package.
         Exposed-Modules:        Test.Framework.Providers.QuickCheck2
 
         Build-Depends:          test-framework >= 0.7.1,
-                                QuickCheck >= 2.4 && < 2.9,
+                                QuickCheck >= 2.4 && < 2.10,
                                 extensible-exceptions >= 0.1.1 && < 0.2.0
         if flag(base3)
                 Build-Depends:          base >= 3 && < 4, random >= 1
revision 3
 Name:                test-framework-quickcheck2
 Version:             0.3.0.3
-x-revision: 2
+x-revision: 3
 Cabal-Version:       >= 1.6
 Category:            Testing
 Synopsis:            QuickCheck2 support for the test-framework package.
         Exposed-Modules:        Test.Framework.Providers.QuickCheck2
 
         Build-Depends:          test-framework >= 0.7.1,
-                                QuickCheck >= 2.4 && < 2.10,
+                                QuickCheck >= 2.4 && < 2.8,
                                 extensible-exceptions >= 0.1.1 && < 0.2.0
         if flag(base3)
                 Build-Depends:          base >= 3 && < 4, random >= 1
revision 4
 Name:                test-framework-quickcheck2
 Version:             0.3.0.3
-x-revision: 3
+x-revision: 4
 Cabal-Version:       >= 1.6
 Category:            Testing
 Synopsis:            QuickCheck2 support for the test-framework package.
 Library
         Exposed-Modules:        Test.Framework.Providers.QuickCheck2
 
-        Build-Depends:          test-framework >= 0.7.1,
+        Build-Depends:          test-framework >= 0.7.1 && < 0.9,
                                 QuickCheck >= 2.4 && < 2.8,
                                 extensible-exceptions >= 0.1.1 && < 0.2.0
         if flag(base3)
-                Build-Depends:          base >= 3 && < 4, random >= 1
+                Build-Depends:          base >= 3 && < 4, random >= 1 && < 1.2
         else
                 if flag(base4)
-                        Build-Depends:          base >= 4 && < 5, random >= 1
+                        Build-Depends:          base >= 4 && < 5, random >= 1 && < 1.2
 
         Extensions:             TypeSynonymInstances
                                 TypeOperators