hsexif 0.6.0.8 → 0.6.0.9
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- hsexif.cabal +2/−2
hsexif.cabal view
@@ -1,5 +1,5 @@ name: hsexif-version: 0.6.0.8+version: 0.6.0.9 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.@@ -44,7 +44,7 @@ default-language: Haskell2010 build-depends: base, hspec,- HUnit >= 1.2 && <1.4,+ HUnit >= 1.2 && <1.5, binary >=0.7 && <0.9, bytestring >=0.10 && <0.11, containers >= 0.5 && <0.6,