-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 62d2491b63ef72a6d73f16d46f49fd73ef73174bdc07adf0232ea9322d0ccc02 name: hw-conduit version: 0.2.0.4 synopsis: Conduits for tokenizing streams. description: Conduits for tokenizing streams. Please see README.md category: Data, Conduit homepage: http://github.com/haskell-works/hw-conduit#readme bug-reports: https://github.com/haskell-works/hw-conduit/issues author: John Ky maintainer: newhoggy@gmail.com copyright: 2016 John Ky license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/haskell-works/hw-conduit library hs-source-dirs: src ghc-options: -Wall -O2 -msse4.2 build-depends: array , base >=4.9 && <5 , bytestring , conduit , conduit-combinators , time , transformers , word8 exposed-modules: HaskellWorks.Data.Conduit.ByteString HaskellWorks.Data.Conduit.Combinator HaskellWorks.Data.Conduit.List other-modules: Paths_hw_conduit default-language: Haskell2010 test-suite hw-conduit-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <5 , bytestring , conduit , hspec , hw-conduit other-modules: HaskellWorks.Data.Conduit.ByteStringSpec HaskellWorks.Data.Conduit.CombinatorSpec Paths_hw_conduit default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: bench ghc-options: -Wall -O2 -msse4.2 build-depends: base >=4.9 && <5 , bytestring , conduit , criterion , hw-conduit , mmap , vector other-modules: Paths_hw_conduit default-language: Haskell2010