packages feed

seqid-streams 0.6.1 → 0.6.2

raw patch · 1 files changed

+8/−7 lines, 1 filesdep ~basedep ~io-streamsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, io-streams

API changes (from Hackage documentation)

Files

seqid-streams.cabal view
@@ -1,26 +1,27 @@ name:                seqid-streams-version:             0.6.1+version:             0.6.2 synopsis:            Sequence ID IO-Streams description:         Uniquely identify elements in a sequenced stream License:             BSD3 License-file:        LICENSE author:              Luke Hoersten-maintainer:          luke@hoersten.org+maintainer:          luke@bitnomial.com+copyright:           Bitnomial, Inc. (c) 2016 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+homepage:            https://github.com/bitnomial/seqid-streams+bug-reports:         https://github.com/bitnomial/seqid-streams/issues  source-repository head   type: git-  location: git://github.com/LukeHoersten/seqid-streams.git+  location: git://github.com/bitnomial/seqid-streams.git  library   exposed-modules: System.IO.Streams.SequenceId -  build-depends: base       >= 4.7 && < 4.10-               , io-streams >= 1.2 && < 1.4+  build-depends: base       >= 4.7 && < 4.11+               , io-streams >= 1.2 && < 1.5                , seqid      >= 0.4 && < 0.6    hs-source-dirs:      src