hdbi-conduit-1.2.0: hdbi-conduit.cabal
-- Initial hdbi-conduit.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hdbi-conduit
version: 1.2.0
synopsis: Conduit glue for HDBI
-- description:
license: BSD3
license-file: LICENSE
author: Aleksey Uymanov
maintainer: s9gf4ult@gmail.com
homepage: https://github.com/s9gf4ult/hdbi-conduit
-- copyright:
category: Database
stability: experimental
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/s9gf4ult/hdbi-conduit.git
library
exposed-modules: Data.Conduit.HDBI
-- other-modules:
ghc-options: -Wall
ghc-prof-options: -fprof-auto
build-depends: base < 5
, conduit
, hdbi >= 1.2.0
, resourcet
, transformers
test-suite runtests
type: exitcode-stdio-1.0
main-is: testsrc/runtests.hs
other-modules: Data.Conduit.HDBI
ghc-options: -Wall -main-is RunTests
ghc-prof-options: -fprof-auto
build-depends: base < 5
, QuickCheck
, conduit
, hdbi >= 1.2.0
, hdbi-sqlite >= 1.2.0
, quickcheck-assertions
, resourcet
, test-framework
, test-framework-quickcheck2
, transformers