cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: streaming-nonempty version: 0.1.0.0 synopsis: Add support for non empty streams to Streaming lib description: Please see the README on GitHub at category: Streaming author: Paolo Veronelli maintainer: paolo.veronelli@gmail.com copyright: 2021 Paolo Veronelli license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.com/paolo.veronelli/streaming-nonempty library exposed-modules: Streaming.NonEmpty other-modules: Paths_streaming_nonempty hs-source-dirs: src build-depends: base >=4.7 && <5 , streaming default-language: Haskell2010 test-suite streaming-nonempty-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_streaming_nonempty hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , hspec , streaming , streaming-nonempty default-language: Haskell2010