-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: hw-conduit-merges version: 0.2.0.0 synopsis: Additional merges and joins for Conduit description: Please see README.md category: Data, Conduit homepage: https://github.com/haskell-works/hw-conduit-merges#readme bug-reports: https://github.com/haskell-works/hw-conduit-merges/issues author: Alexey Raga maintainer: alexey.raga@gmail.com copyright: Alexey Raga license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/haskell-works/hw-conduit-merges library hs-source-dirs: src ghc-options: -Wall build-depends: conduit , conduit-extra , mtl , base >=4.7 && <5 exposed-modules: HaskellWorks.Data.Conduit.Merge other-modules: Paths_hw_conduit_merges default-language: Haskell2010 test-suite hw-conduit-merges-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-type-defaults build-depends: conduit , conduit-extra , mtl , base , bytestring , hw-conduit-merges , hspec , QuickCheck other-modules: HaskellWorks.Data.Conduit.LeftoverSpec HaskellWorks.Data.Conduit.MergeSpec default-language: Haskell2010