packages feed

Cabal revisions of hsexif-0.6.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                hsexif version:             0.6.1.2+x-revision: 1 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.   exposed-modules:     Graphics.HsExif   other-modules:       Graphics.Types, Graphics.PrettyPrinters, Graphics.ExifTags, Graphics.Helpers   -- other-extensions:-  build-depends:       base >=4.6 && <5,+  build-depends:       base >=4.8 && <5,                        binary >=0.7 && <0.9,                        bytestring >=0.10 && <0.11,                        containers >= 0.5 && <0.6,