packages feed

seqid-streams-0.3.3: seqid-streams.cabal

name:                seqid-streams
version:             0.3.3
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

source-repository head
  type: git
  location: git://github.com/LukeHoersten/seqid-streams.git

library
  exposed-modules: System.IO.Streams.SequenceId

  build-depends: base       >= 4.7   && < 4.9
               , io-streams >= 1.2   && < 1.3
               , seqid      >= 0.3.1 && < 0.4

  hs-source-dirs:      src
  default-language:    Haskell2010