name: pipeline version: 0.1.0 synopsis: Continuation patterns description: Lightweight and fast streaming homepage: https://github.com/iokasimov/pipeline bug-reports: https://github.com/iokasimov/pipeline/issues extra-source-files: CHANGELOG.md license: BSD3 license-file: LICENSE author: Murat Kasimov maintainer: Murat Kasimov copyright: Copyright (c) 2018 Murat Kasimov category: Control build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/iokasimov/pipeline.git library exposed-modules: Control.Pipeline build-depends: base == 4.*, transformers default-language: Haskell2010 default-extensions: NoImplicitPrelude, PackageImports, RankNTypes, ScopedTypeVariables ghc-options: -fno-warn-tabs