name: hw-mquery version: 0.0.0.1 synopsis: Conduits for tokenizing streams. description: Please see README.md homepage: http://github.com/haskell-works/hw-mquery#readme license: BSD3 license-file: LICENSE author: John Ky maintainer: newhoggy@gmail.com copyright: 2016 John Ky category: Data, Conduit build-type: Simple extra-source-files: README.md cabal-version: >= 1.22 library hs-source-dirs: src exposed-modules: HaskellWorks.Data.LoadJson , HaskellWorks.Data.Micro , HaskellWorks.Data.Mini , HaskellWorks.Data.MQuery build-depends: base >= 4 && < 5 , array , attoparsec , bytestring , conduit , containers , dlist , hw-bits , hw-conduit , hw-diagnostics , hw-json , hw-parser , hw-prim >= 0.0.3.1 , hw-rankselect >= 0.0.0.5 , mmap , mono-traversable , resourcet , text , vector , word8 default-language: Haskell2010 ghc-options: -Wall -O2 -msse4.2 test-suite hw-mquery-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: HaskellWorks.Data.MQuerySpec build-depends: base >= 4 && < 5 , attoparsec , bytestring , containers , conduit , hspec , hw-bits , hw-conduit , hw-mquery , hw-prim >= 0.0.3.1 , hw-rankselect >= 0.0.0.5 , mmap , parsec , QuickCheck , resourcet , transformers , vector ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/haskell-works/hw-mquery