Name: unliftio-streams
Version: 0.2.0.0
Synopsis: Generalization of io-streams to MonadUnliftIO
Description: Generalization of io-streams to MonadUnliftIO.
License: Apache-2.0
License-file: LICENSE
Category: Data, Network, IO-Streams
Cabal-version: 1.24
Build-type: Simple
Author: Bardur Arantsson
Maintainer: Bardur Arantsson <bardur@scientician.net>
Source-Repository head
Type: git
Location: https://github.com/BardurArantsson/unliftio-streams
Library
Default-Language: Haskell2010
Ghc-Options: -Wall
Hs-Source-Dirs: src
Exposed-Modules: UnliftIO.Streams
UnliftIO.Streams.ByteString
UnliftIO.Streams.Combinators
UnliftIO.Streams.File
UnliftIO.Streams.Internal
UnliftIO.Streams.List
UnliftIO.Streams.Text
Build-Depends: base >= 4.10 && < 5
, bytestring >= 0.10 && < 1
, io-streams >= 1.5.0.1 && < 2
, text >= 2 && < 3
, unliftio-core >= 0.1.2.0 && < 0.3