packages feed

quickcheck-instances 0.3.6 → 0.3.7

raw patch · 3 files changed

+13/−4 lines, 3 filesdep ~text

Dependency ranges changed: text

Files

CHANGES view
@@ -1,3 +1,10 @@+0.3.7++Author: Antoine Latter <aslatter@gmail.com>++* Update list of covered libraries.+* Allow newer version of "text" as a dependency.+ 0.3.6  Author: Joao Cristovao <jcristovao@gmail.com>
quickcheck-instances.cabal view
@@ -1,5 +1,5 @@ Name:                quickcheck-instances-Version:             0.3.6+Version:             0.3.7 Synopsis:            Common quickcheck instances Description:         QuickCheck instances.                      .@@ -44,7 +44,7 @@                        unordered-containers >= 0.2.1 && < 0.3,                        old-time >= 1.0 && < 1.2,                        QuickCheck >= 2.1 && < 2.7,-                       text >= 0.7 && < 1.1,+                       text >= 0.7 && < 1.2,                        time >= 1.1 && < 1.5    Ghc-options:         -Wall
src/Test/QuickCheck/Instances.hs view
@@ -8,13 +8,15 @@   * bytestring - * text-  * containers   * old-time + * text+  * time++ * unordered-containers  Since all of these instances are provided as orphans, I recommend that you do not use this library within another library module, so that you