carray 0.1.6.1 → 0.1.6.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- carray.cabal +3/−3
carray.cabal view
@@ -1,5 +1,5 @@ name: carray-version: 0.1.6.1+version: 0.1.6.2 synopsis: A C-compatible array library. description: A C-compatible array library.@@ -21,7 +21,7 @@ Makefile source-repository this- tag: 0.1.6.1+ tag: 0.1.6.2 type: darcs location: http://hub.darcs.net/thielema/carray/ @@ -43,7 +43,7 @@ library build-depends: ix-shapable >=0.1 && <0.2,- binary >=0.5 && <0.8,+ binary >=0.5 && <0.9, QuickCheck >=2.4 && <2.9 if flag(bytestringInBase)