data-fin 0.1.1 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- data-fin.cabal +3/−3
data-fin.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2014.03.07+-- wren ng thornton <wren@community.haskell.org> ~ 2014.03.22 ---------------------------------------------------------------- -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,7 +8,7 @@ Build-Type: Simple Name: data-fin-Version: 0.1.1+Version: 0.1.1.1 Stability: experimental Homepage: http://code.haskell.org/~wren/ Author: wren ng thornton@@ -69,7 +69,7 @@ -- N.B., major smallcheck API break between 0.5 and 0.6 , smallcheck >= 0.4 && < 1.2 , lazysmallcheck >= 0.5 && < 0.7- , QuickCheck >= 2.4.1.1 && < 2.7+ , QuickCheck >= 2.4.1.1 && < 2.8 -- I think this is all that needs doing to get rid of the warnings? if flag(base4)