cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: cd71825a7b764b1f7f6f1cd7515dfaecdd7070939ea2baffd66443887143a5bf name: conduino version: 0.1.0.0 x-revision: 2 synopsis: Lightweight composable continuation-based stream processors description: Please don't use this!! I accidentally uploaded this by mistake and it's not ready at all! :O category: Control homepage: https://github.com/mstksg/conduino#readme bug-reports: https://github.com/mstksg/conduino/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2019 license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/mstksg/conduino library exposed-modules: Data.Conduino Lib other-modules: Paths_conduino hs-source-dirs: src ghc-options: -Wall -Wcompat -Wredundant-constraints -Werror=incomplete-patterns build-depends: base >=4.7 && <5 , free , transformers < 0.6 default-language: Haskell2010