name: seqid-streams version: 0.2.0 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 category: IO-Streams build-type: Simple cabal-version: >= 1.10 library exposed-modules: System.IO.Streams.SequenceId build-depends: base >= 4.7 && < 4.8 , io-streams >= 1.2 && < 1.3 , seqid >= 0.2 && < 0.3 hs-source-dirs: src default-language: Haskell2010