packages feed

test-framework 0.3.1 → 0.3.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~time

Dependency ranges changed: bytestring, time

Files

test-framework.cabal view
@@ -1,5 +1,5 @@ Name:                test-framework-Version:             0.3.1+Version:             0.3.2 Cabal-Version:       >= 1.2.3 Category:            Testing Synopsis:            Framework for running and organising tests, with HUnit and QuickCheck support@@ -50,7 +50,7 @@                  Build-Depends:          ansi-terminal >= 0.4.0, ansi-wl-pprint >= 0.5.1,                                 regex-posix >= 0.72, extensible-exceptions >= 0.1.1,-                                old-locale >= 1.0, time >= 1.1.4,+                                old-locale >= 1.0, time >= 1.1.2,                                 xml >= 1.3.5, hostname >= 1.0         if flag(splitBase)                 Build-Depends:          base >= 3 && < 5, random >= 1.0, containers >= 0.1@@ -81,9 +81,9 @@                 Build-Depends:          HUnit >= 1.2, QuickCheck >= 2.1.0.3,                                         ansi-terminal >= 0.4.0, ansi-wl-pprint >= 0.5.1,                                         regex-posix >= 0.72, extensible-exceptions >= 0.1.1,-                                        old-locale >= 1.0, time >= 1.1.4,+                                        old-locale >= 1.0, time >= 1.1.2,                                         xml >= 1.3.5, hostname >= 1.0,-                                        libxml >= 0.1.1, bytestring >= 0.9.1.5+                                        libxml >= 0.1.1, bytestring >= 0.9                 if flag(splitBase)                         Build-Depends:          base >= 3 && < 5, random >= 1.0, containers >= 0.1                 else