unagi-streams.cabal
author Luke Hoersten <luke@hoersten.org>
Thu, 02 Apr 2015 15:32:21 -0500
changeset 6 6b640c5c2462
parent 4 1baf8e3b8ef2
child 7 27ba8efbbb06
permissions -rw-r--r--
Bumped versions for ghc 7.10 and base 4.8.

name:                unagi-streams
version:             0.1.2
synopsis:            Unagi Chan IO-Streams
description:         Io-streams chans implemented underneath with
                     unagi-chans. This library is a straight port of
                     the default io-streams chan implementation.
License:             BSD3
License-file:        LICENSE
author:              Luke Hoersten
maintainer:          luke@hoersten.org
category:            IO-Streams, Concurrency
build-type:          Simple
cabal-version:       >= 1.10

library
  exposed-modules:
                System.IO.Streams.Concurrent.Unagi
              , System.IO.Streams.Concurrent.Unagi.Bounded
  build-depends:
                base       >= 4.7 && < 4.9
              , unagi-chan >= 0.2 && < 0.4
              , io-streams >= 1.2 && < 1.3


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