imagesize-conduit 0.5.0.1 → 0.5.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- imagesize-conduit.cabal +2/−2
imagesize-conduit.cabal view
@@ -1,5 +1,5 @@ Name: imagesize-conduit-Version: 0.5.0.1+Version: 0.5.0.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@@ -29,7 +29,7 @@ build-depends: conduit , imagesize-conduit , base- , hspec == 1.3.*+ , hspec >= 1.3 , bytestring ghc-options: -Wall