packages feed

range-space 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

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.2+version:             0.1.0.3 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.1+  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.0.3    build-depends:       base,