packages feed

seqid-streams 0.4.1 → 0.5.0

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~basedep ~seqidPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, seqid

API changes (from Hackage documentation)

Files

seqid-streams.cabal view
@@ -1,5 +1,5 @@ name:                seqid-streams-version:             0.4.1+version:             0.5.0 synopsis:            Sequence ID IO-Streams description:         Uniquely identify elements in a sequenced stream License:             BSD3@@ -9,6 +9,8 @@ category:            IO-Streams build-type:          Simple cabal-version:       >= 1.10+homepage:            https://github.com/LukeHoersten/seqid-streams+bug-reports:         https://github.com/LukeHoersten/seqid-streams/issues  source-repository head   type: git@@ -17,9 +19,9 @@ library   exposed-modules: System.IO.Streams.SequenceId -  build-depends: base       >= 4.7 && < 4.9+  build-depends: base       >= 4.7 && < 4.10                , io-streams >= 1.2 && < 1.4-               , seqid      >= 0.4 && < 0.5+               , seqid      >= 0.4 && < 0.6    hs-source-dirs:      src   default-language:    Haskell2010