packages feed

sha-streams 0.1.1 → 0.2.0

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~binarydep ~bytestringdep ~io-streamsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary, bytestring, io-streams

API changes (from Hackage documentation)

Files

sha-streams.cabal view
@@ -1,5 +1,5 @@ name:                sha-streams-version:             0.1.1+version:             0.2.0 Cabal-Version:       >= 1.8 synopsis:            SHA hashes for io-streams. description:         SHA hashes for io-streams.@@ -17,9 +17,9 @@  library   build-depends:       base == 4.*,-                       binary == 0.7.*,-                       bytestring == 0.9.*,-                       io-streams == 1.1.*,+                       binary >= 0.5 && < 0.8,+                       bytestring == 0.10.*,+                       io-streams == 1.3.*,                        SHA >= 1.6.3   exposed-modules:     System.IO.Streams.SHA   ghc-options:         -Wall@@ -28,7 +28,7 @@   hs-source-dirs:      bin   main-is:             sha-streams.hs   build-depends:       base == 4.*,-                       io-streams == 1.1.*,+                       io-streams == 1.3.*,                        SHA >= 1.6.3,                        sha-streams   ghc-options:         -Wall