repa-io 3.2.2.1 → 3.2.2.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- repa-io.cabal +5/−5
repa-io.cabal view
@@ -1,5 +1,5 @@ Name: repa-io-Version: 3.2.2.1+Version: 3.2.2.3 License: BSD3 License-file: LICENSE Author: The DPH Team@@ -19,12 +19,12 @@ Library Build-Depends: base == 4.6.*,+ old-time == 1.*, repa == 3.2.*, bmp == 1.2.*,- old-time == 1.*,- vector == 0.9.*,- binary == 0.5.*,- bytestring == 0.10.*+ vector == 0.10.*,+ bytestring == 0.10.*,+ binary == 0.5.* ghc-options: -O2 -Wall -fno-warn-missing-signatures