pipes-misc-0.5.0.0: pipes-misc.cabal
name: pipes-misc
version: 0.5.0.0
synopsis: Miscellaneous utilities for pipes, required by glazier-tutorial
description: Please see README.md
homepage: https://github.com/louispan/pipes-misc#readme
license: BSD3
license-file: LICENSE
author: Louis Pan
maintainer: louis@pan.me
copyright: 2016 Louis Pan
category: Control, Pipes
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.0.1
library
hs-source-dirs: src
exposed-modules: Pipes.Misc
Pipes.Misc.Concurrent
Pipes.Misc.State.Lazy
Pipes.Misc.State.Strict
Pipes.Misc.Time
Pipes.Misc.Util
build-depends: base >= 4.7 && < 5
, clock >= 0.7
, lens >= 4
, Decimal >= 0.4
, mmorph >= 1
, mtl >= 2
, pipes >= 4
, pipes-category >= 0.3
, pipes-concurrency >= 2
, semigroups >= 0.18
, stm >= 2.4
, transformers >= 0.4
ghc-options: -Wall
default-language: Haskell2010
test-suite pipes-misc-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4.7 && < 5
, lens >=4
, mmorph >= 1
, pipes >= 4
, pipes-concurrency >= 2
, pipes-misc
, stm >= 2.4
, transformers >= 0.4
, hspec >= 2
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/louispan/pipes-misc