packages feed

Cabal revisions of imagesize-conduit-1.0.0

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

revision 1
-Name:                imagesize-conduit-Version:             1.0.0-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:          michael@snoyman.com-Category:            Graphics, Conduit-Build-type:          Simple-Cabal-version:       >=1.8-Homepage:            http://github.com/snoyberg/conduit-extra-source-files:  test/main.hs-                     test/logo.png-                     test/logo.gif-                     test/logo.jpg--Library-  Exposed-modules:     Data.Conduit.ImageSize-  Build-depends:       base                     >= 4            && < 5-                     , conduit                  >= 1.0          && < 1.1-                     , bytestring               >= 0.9-  ghc-options:     -Wall--test-suite test-    hs-source-dirs: test-    main-is: main.hs-    type: exitcode-stdio-1.0-    build-depends:   conduit-                   , imagesize-conduit-                   , base-                   , hspec >= 1.3-                   , bytestring-    ghc-options:     -Wall--source-repository head-  type:     git-  location: git://github.com/snoyberg/conduit.git+Name:                imagesize-conduit
+Version:             1.0.0
+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:          michael@snoyman.com
+Category:            Graphics, Conduit
+Build-type:          Simple
+Cabal-version:       >=1.8
+Homepage:            http://github.com/snoyberg/conduit
+extra-source-files:  test/main.hs
+                     test/logo.png
+                     test/logo.gif
+                     test/logo.jpg
+
+Library
+  Exposed-modules:     Data.Conduit.ImageSize
+  Build-depends:       base                     >= 4            && < 4.6
+                     , conduit                  >= 1.0          && < 1.1
+                     , bytestring               >= 0.9
+  ghc-options:     -Wall
+
+test-suite test
+    hs-source-dirs: test
+    main-is: main.hs
+    type: exitcode-stdio-1.0
+    build-depends:   conduit
+                   , imagesize-conduit
+                   , base
+                   , hspec >= 1.3
+                   , bytestring
+    ghc-options:     -Wall
+
+source-repository head
+  type:     git
+  location: git://github.com/snoyberg/conduit.git