packages feed

range-space 0.1.0.3 → 0.1.0.4

raw patch · 1 files changed

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

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

range-space.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                range-space-version:             0.1.0.3+version:             0.1.0.4 synopsis:            A Range type with vector-space instances description:         Provides functions for converting between ranges and spans homepage:            https://github.com/JohnLato/range-space@@ -31,7 +31,7 @@   type: exitcode-stdio-1.0   main-is: Properties.hs   hs-source-dirs: tests .-  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.3+  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.4    build-depends:       base,@@ -40,8 +40,8 @@       vector-space-points,       time                       == 1.4.*,       QuickCheck                 >= 2   && < 3,-      test-framework             >= 0.3 && < 0.7,-      test-framework-quickcheck2 >= 0.2 && < 0.3+      test-framework             >= 0.3 && < 0.9,+      test-framework-quickcheck2 >= 0.2 && < 0.4  source-repository head   type:                git