seqid-streams-0.1.0: seqid-streams.cabal
name: seqid-streams
version: 0.1.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.1 && < 0.2
hs-source-dirs: src
default-language: Haskell2010