increments 0.1.0.2 → 0.1.0.4
raw patch · 1 files changed
+6/−3 lines, 1 filesdep ~QuickCheckdep ~base
Dependency ranges changed: QuickCheck, base
Files
- increments.cabal +6/−3
increments.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: increments-version: 0.1.0.2+version: 0.1.0.4 synopsis: type classes for incremental updates to data description: incremental updates to large data structures license: BSD3@@ -19,7 +19,7 @@ ,Data.Increments.Containers ,Data.Increments.Internal - build-depends: base >=4.5 && < 4.8+ build-depends: base >=4.5 && < 4.9 ,ghc-prim >=0.2 ,beamable >= 0 && < 0.2 ,bytestring >= 0.9@@ -38,7 +38,7 @@ Build-depends: test-framework >= 0.4 && < 0.9, test-framework-quickcheck2 >= 0.2 && < 0.4,- QuickCheck >= 2.4 && < 2.6,+ QuickCheck >= 2.4 && < 2.8, base, ghc-prim,@@ -47,3 +47,6 @@ containers hs-source-dirs: src +source-repository head+ type: git+ location: git://github.com/JohnLato/increments.git