Cabal revisions of imagesize-conduit-1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: imagesize-conduit-Version: 1.1-Synopsis: Determine the size of some common image formats.-Description: Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions.-License: BSD3-License-file: LICENSE-Author: Michael Snoyman-Maintainer: Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com>-Category: Graphics, Conduit-Build-type: Simple-Cabal-version: >=1.8-Homepage: http://github.com/silkapp/imagesize-conduit-extra-source-files: test/main.hs- test/logo.png- test/logo.gif- test/logo.jpg- CHANGELOG.md- README.md- LICENSE--Library- Exposed-modules: Data.Conduit.ImageSize- Build-depends: base >= 4 && < 5- , conduit >= 1.1 && < 1.3- , conduit-extra >= 1.1 && < 1.2- , exceptions >= 0.4- , bytestring >= 0.10- ghc-options: -Wall--test-suite test- hs-source-dirs: test- main-is: main.hs- type: exitcode-stdio-1.0- build-depends: conduit- , conduit-extra- , resourcet- , imagesize-conduit- , base- , hspec >= 1.10- , bytestring- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/silkapp/imagesize-conduit.git+Name: imagesize-conduit +Version: 1.1 +x-revision: 1 +Synopsis: Determine the size of some common image formats. +Description: Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions. +License: BSD3 +License-file: LICENSE +Author: Michael Snoyman +Maintainer: Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com> +Category: Graphics, Conduit +Build-type: Simple +Cabal-version: >=1.8 +Homepage: http://github.com/silkapp/imagesize-conduit +extra-source-files: test/main.hs + test/logo.png + test/logo.gif + test/logo.jpg + CHANGELOG.md + README.md + LICENSE + +Library + Exposed-modules: Data.Conduit.ImageSize + Build-depends: base >= 4 && < 5 + , conduit >= 1.1 && < 1.3 + , conduit-extra >= 1.1 && < 1.3 + , exceptions >= 0.4 + , bytestring >= 0.10 + ghc-options: -Wall + +test-suite test + hs-source-dirs: test + main-is: main.hs + type: exitcode-stdio-1.0 + build-depends: conduit + , conduit-extra + , resourcet + , imagesize-conduit + , base + , hspec >= 1.10 + , bytestring + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/silkapp/imagesize-conduit.git
revision 2
Name: imagesize-conduit Version: 1.1 -x-revision: 1 +x-revision: 2 Synopsis: Determine the size of some common image formats. Description: Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions. License: BSD3 Library Exposed-modules: Data.Conduit.ImageSize Build-depends: base >= 4 && < 5 - , conduit >= 1.1 && < 1.3 - , conduit-extra >= 1.1 && < 1.3 + , conduit >= 1.1 && < 1.4 + , conduit-extra >= 1.1 && < 1.4 , exceptions >= 0.4 , bytestring >= 0.10 ghc-options: -Wall
revision 3
Name: imagesize-conduit Version: 1.1 -x-revision: 2 +x-revision: 3 Synopsis: Determine the size of some common image formats. Description: Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions. License: BSD3 License-file: LICENSE Author: Michael Snoyman -Maintainer: Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com> +Maintainer: Adam Bergmark <adam@bergmark.nl>, Felipe Lessa <felipe.lessa@gmail.com> Category: Graphics, Conduit Build-type: Simple Cabal-version: >=1.8