-- Initial hexif.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: hexif version: 0.2.0.0 synopsis: Reading Exif data form a JPEG file with Haskell description: Read and pretty print the Exif data from a JPEG file homepage: http://www.github.com/hansroland/hexif license: BSD3 license-file: LICENSE author: Roland Senn maintainer: rsx@bluewin.ch copyright: Roland Senn, 2014 category: Graphics build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: git://github.com/hansroland/hexif.git library exposed-modules: Graphics.Hexif other-modules: Graphics.Hexif.DataExif, Graphics.Hexif.Utils, Graphics.Hexif.Reader, Graphics.Hexif.PrettyPrint, Graphics.Hexif.PrettyPrintInt, Graphics.Hexif.PrettyPrintRat, Graphics.Hexif.Jpeg other-extensions: OverloadedStrings build-depends: base >=4.6 && <4.7, binary >=0.7 && <0.8, bytestring >=0.10 && <0.11, filepath >= 1.3.0.0 && < 1.4 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall