activehs-base 0.3.0.3 → 0.3.0.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheckdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, base
API changes (from Hackage documentation)
- ActiveHs.Base: instance Arbitrary QCBool
- ActiveHs.Base: instance Arbitrary QCInt
- ActiveHs.Base: instance Arbitrary QCNat
- ActiveHs.Base: instance Show QCBool
- ActiveHs.Base: instance Show QCInt
- ActiveHs.Base: instance Show QCNat
- ActiveHs.Base: instance Typeable TestCase
- ActiveHs.Base: instance Typeable WrapData
- ActiveHs.Base: instance Typeable WrapData2
+ ActiveHs.Base: instance GHC.Show.Show ActiveHs.Base.QCBool
+ ActiveHs.Base: instance GHC.Show.Show ActiveHs.Base.QCInt
+ ActiveHs.Base: instance GHC.Show.Show ActiveHs.Base.QCNat
+ ActiveHs.Base: instance Test.QuickCheck.Arbitrary.Arbitrary ActiveHs.Base.QCBool
+ ActiveHs.Base: instance Test.QuickCheck.Arbitrary.Arbitrary ActiveHs.Base.QCInt
+ ActiveHs.Base: instance Test.QuickCheck.Arbitrary.Arbitrary ActiveHs.Base.QCNat
Files
- activehs-base.cabal +3/−3
activehs-base.cabal view
@@ -1,5 +1,5 @@ name: activehs-base-version: 0.3.0.3+version: 0.3.0.4 category: Education, Documentation synopsis: Basic definitions for activehs description:@@ -21,7 +21,7 @@ Exposed-Modules: ActiveHs.Base Build-Depends:- base >= 4.0 && < 4.9,- QuickCheck >= 2.4 && < 2.8+ base >= 4.0 && < 4.10,+ QuickCheck >= 2.4 && < 2.9