Cabal revisions of QuickCheck-2.8.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: QuickCheck Version: 2.8.2+x-revision: 1 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3 library -- Choose which library versions to use. if flag(base4point8)- Build-depends: base >= 4.8 && < 5+ Build-depends: base >= 4.8 && < 4.13 else if flag(base4) Build-depends: base >= 4 && < 4.8
revision 2
Name: QuickCheck Version: 2.8.2-x-revision: 1+x-revision: 2 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3 else Build-depends: base < 3 if flag(base4point8) || flag(base4) || flag(base3)- Build-depends: random+ Build-depends: random >=1.0.1.0 && <1.2 Build-depends: containers -- Modules that are always built.