packages feed

range 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+7/−8 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

range.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            This has a bunch of code for specifying and managing ranges in your code.@@ -71,11 +71,10 @@ Test-Suite test-range    type:       exitcode-stdio-1.0    main-is: Test/Range.hs-   build-depends: -      base ==4.5.*-      , Cabal >= 1.14-      , QuickCheck >= 2.4.0.1 && < 2.6-      , test-framework-quickcheck2 >= 0.2 && < 0.4-      , test-framework >= 0.4 && < 0.9-      , random >= 1.0+   build-depends: base                          >= 4.5 && < 5+                  , Cabal                       >= 1.14+                  , QuickCheck                  >= 2.4.0.1 && < 2.6+                  , test-framework-quickcheck2  >= 0.2 && < 0.4+                  , test-framework              >= 0.4 && < 0.9+                  , random                      >= 1.0    ghc-options: -rtsopts -Wall