repa-io 3.4.1.2 → 3.4.2.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basedep ~bytestringdep ~vectornew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, vector
API changes (from Hackage documentation)
Files
- repa-io.cabal +6/−6
repa-io.cabal view
@@ -1,5 +1,5 @@ Name: repa-io-Version: 3.4.1.2+Version: 3.4.2.0 License: BSD3 License-file: LICENSE Author: The DPH Team@@ -18,13 +18,13 @@ Library Build-Depends:- base >= 4.8 && < 5+ base >= 4.8 && < 4.21 , binary >= 0.7 && < 0.9- , bmp == 1.2.*- , bytestring >= 0.10 && < 0.12+ , bmp >= 1.2 && <1.3+ , bytestring >= 0.10 && < 0.13 , old-time == 1.1.*- , repa == 3.4.*- , vector >= 0.11 && < 0.13+ , repa >= 3.4 && <3.5+ , vector >= 0.11 && < 0.14 ghc-options: -O2