hw-mquery-0.1.0.0: hw-mquery.cabal
name: hw-mquery
version: 0.1.0.0
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
executable hw-mquery-example
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
build-depends: base >= 4 && < 5
, hw-mquery
default-language: Haskell2010
library
hs-source-dirs: src
exposed-modules: HaskellWorks.Data.AtLeastSize
, HaskellWorks.Data.Entry
, HaskellWorks.Data.Micro
, HaskellWorks.Data.Mini
, HaskellWorks.Data.MQuery
, HaskellWorks.Data.Row
, HaskellWorks.Data.Shows
, HaskellWorks.Data.ToBool
build-depends: base >= 4 && < 5
, ansi-wl-pprint
, dlist
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
, hspec
, QuickCheck
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/haskell-works/hw-mquery