smallcheck 1.0.3 → 1.0.4
raw patch · 4 files changed
+9/−2 lines, 4 files
Files
- CHANGES.md +5/−0
- Test/SmallCheck/Drivers.hs +1/−0
- Test/SmallCheck/Property/Result.hs +1/−0
- smallcheck.cabal +2/−2
CHANGES.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 1.0.4+-------------++Fix compatibility with GHC 7.4.1+ Version 1.0.3 -------------
Test/SmallCheck/Drivers.hs view
@@ -9,6 +9,7 @@ -- run SmallCheck tests -------------------------------------------------------------------- {-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE Safe #-} module Test.SmallCheck.Drivers ( smallCheck, smallCheckM, smallCheckWithHook, test,
Test/SmallCheck/Property/Result.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE TypeSynonymInstances, FlexibleInstances, DefaultSignatures #-}+{-# LANGUAGE Safe #-} module Test.SmallCheck.Property.Result ( PropertySuccess(..) , PropertyFailure(..)
smallcheck.cabal view
@@ -1,5 +1,5 @@ Name: smallcheck-Version: 1.0.3+Version: 1.0.4 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE@@ -27,7 +27,7 @@ Source-repository this type: git location: git://github.com/feuerbach/smallcheck.git- tag: v1.0.3+ tag: v1.0.4 Library