packages feed

numbers 3000.1.0.2 → 3000.1.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~test-frameworkdep ~test-framework-quickcheck2

Dependency ranges changed: test-framework, test-framework-quickcheck2

Files

numbers.cabal view
@@ -1,6 +1,6 @@ Name:           numbers -- don't forget to bump the "this" source tag-Version:        3000.1.0.2+Version:        3000.1.0.3 License:        BSD3 License-file:   LICENSE Author:         Lennart Augustsson@@ -27,7 +27,7 @@ source-repository this   type:     git   location: git://github.com/DanBurton/numbers.git-  tag:      numbers-3000.1.0.2+  tag:      numbers-3000.1.0.3  Library   Build-Depends:@@ -58,8 +58,8 @@     base                        >= 3 && < 5,     -- Additional test dependencies.     QuickCheck                  == 2.*,-    test-framework              == 0.6.*,-    test-framework-quickcheck2  == 0.2.*+    test-framework              >= 0.6,+    test-framework-quickcheck2  >= 0.2    other-modules:     Test.Data.Number.BigFloat