packages feed

hsexif 0.6.1.5 → 0.6.1.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers

API changes (from Hackage documentation)

- Graphics.HsExif: ExifTag :: TagLocation -> Maybe String -> Word16 -> (ExifValue -> Text) -> ExifTag
+ Graphics.HsExif: ExifTag :: TagLocation -> Maybe String -> Word16 -> ExifValue -> Text -> ExifTag

Files

hsexif.cabal view
@@ -1,5 +1,5 @@ name:                hsexif-version:             0.6.1.5+version:             0.6.1.6 synopsis:            EXIF handling library in pure Haskell description:         The hsexif library provides functions for working with EXIF data                      contained in JPEG files. Currently it only supports reading the data.@@ -26,7 +26,7 @@   build-depends:       base >=4.6 && <5,                        binary >=0.7 && <0.9,                        bytestring >=0.10 && <0.11,-                       containers >= 0.5 && <0.6,+                       containers >= 0.5 && <0.7,                        time >= 1.4 && <1.9,                        text >= 0.9   if flag(iconv)@@ -47,7 +47,7 @@                        HUnit >= 1.2 && <1.7,                        binary >=0.7 && <0.9,                        bytestring >=0.10 && <0.11,-                       containers >= 0.5 && <0.6,+                       containers >= 0.5 && <0.7,                        time >= 1.4 && <1.9,                        text >= 0.9   other-modules:       Graphics.ExifTags,