packages feed

seqid-streams-0.4.1: seqid-streams.cabal

name:                seqid-streams
version:             0.4.1
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.4
               , seqid      >= 0.4 && < 0.5

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