yarr-image-io 1.3.0 → 1.3.2.1
raw patch · 2 files changed
+11/−3 lines, 2 filesdep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- yarr-image-io.cabal +7/−3
+ changelog.md view
@@ -0,0 +1,4 @@+* Changes in 1.3.2.1: This now compiles with ghc 7.8.3 but probably+ won't compile with earlier versions of ghc. Let me know if this is a+ requirement and I will see what I can do. Even better submit a pull+ request.
yarr-image-io.cabal view
@@ -1,17 +1,21 @@ Name: yarr-image-io-Version: 1.3.0+Version: 1.3.2.1 Synopsis: Image IO for Yarr library Description: @repa-devil@ package, adapted to @yarr@ library. License: MIT License-file: LICENSE Author: Don Stewart, Raphael Javaux, Roman Leventov-Maintainer: Roman Leventov <leventov@ya.ru>+Maintainer: Dominic Steinitz <dominic@steinitz.org> Bug-reports: https://github.com/leventov/yarr/issues Category: Graphics Build-type: Simple Cabal-version: >= 1.8 +tested-with: GHC == 7.8.3++extra-source-files: changelog.md+ source-repository head type: git location: https://github.com/leventov/yarr.git@@ -19,7 +23,7 @@ Library build-depends:- base == 4.6.*,+ base >= 4.6 && <4.8, yarr == 1.3.* extra-libraries: IL