repa-io 3.4.1.1 → 3.4.1.2
raw patch · 1 files changed
+13/−6 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- repa-io.cabal +13/−6
repa-io.cabal view
@@ -1,11 +1,11 @@ Name: repa-io-Version: 3.4.1.1+Version: 3.4.1.2 License: BSD3 License-file: LICENSE Author: The DPH Team Maintainer: Ben Lippmeier <benl@ouroborus.net> Build-Type: Simple-Cabal-Version: >=1.6+Cabal-Version: >=1.10 Stability: experimental Category: Data Structures Homepage: http://repa.ouroborus.net@@ -18,17 +18,22 @@ Library Build-Depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 5 , binary >= 0.7 && < 0.9 , bmp == 1.2.*- , bytestring == 0.10.*+ , bytestring >= 0.10 && < 0.12 , old-time == 1.1.* , repa == 3.4.*- , vector == 0.11.*+ , vector >= 0.11 && < 0.13 ghc-options:- -O2 -Wall -fno-warn-missing-signatures+ -O2+ -Wall+ -fno-warn-missing-signatures + default-language:+ Haskell2010+ Exposed-modules: Data.Array.Repa.IO.Binary Data.Array.Repa.IO.BMP@@ -38,3 +43,5 @@ Other-modules: Data.Array.Repa.IO.Internals.Text++-- vim: nospell