packages feed

array 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

array.cabal view
@@ -1,5 +1,5 @@ name:       array-version:    0.3.0.0+version:    0.3.0.1 license:    BSD3 license-file:    LICENSE maintainer:    libraries@haskell.org@@ -19,7 +19,7 @@     location: http://darcs.haskell.org/packages/array/  library-  build-depends: base >= 3 && < 5+  build-depends: base >= 4.2 && < 5   exposed-modules:       Data.Array   extensions: CPP