packages feed

repa 3.2.2.2 → 3.2.2.3

raw patch · 1 files changed

+2/−4 lines, 1 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

repa.cabal view
@@ -1,5 +1,5 @@ Name:                repa-Version:             3.2.2.2+Version:             3.2.2.3 License:             BSD3 License-file:        LICENSE Author:              The DPH Team@@ -19,13 +19,11 @@ Synopsis:         High performance, regular, shape polymorphic parallel arrays. -Tested-with: GHC == 7.0.1- Library   Build-Depends:          base                 == 4.6.*,         ghc-prim             == 0.3.*,-        vector               == 0.9.*,+        vector               == 0.10.*,         bytestring           == 0.10.*,         template-haskell     == 2.8.*,         QuickCheck           >= 2.3 && < 2.6