name: seqid-streams version: 0.7.1 synopsis: Sequence ID IO-Streams description: Uniquely identify elements in a sequenced stream License: BSD3 License-file: LICENSE author: Luke Hoersten maintainer: luke@bitnomial.com copyright: Bitnomial, Inc. (c) 2016 category: IO-Streams build-type: Simple cabal-version: >= 1.10 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/bitnomial/seqid-streams.git library exposed-modules: System.IO.Streams.SequenceId build-depends: base >= 4.7 && < 4.14 , io-streams >= 1.2 && < 1.6 , seqid >= 0.6 && < 0.7 hs-source-dirs: src default-language: Haskell2010