cabal-version: 2.4
name: hasql-streams-conduit
version: 0.1.0.0
synopsis: Stream Hasql queries with Conduit
homepage: https://github.com/andremarianiello/hasql-streams
bug-reports: https://github.com/andremarianiello/hasql-streams/issues
license: MIT
license-file: LICENSE
author: Andre Marianiello
maintainer: andremarianiello@users.noreply.github.com
copyright: (c) 2022, Andre Marianiello
category: Database, PostgreSQL, Hasql, Streaming, Conduit
source-repository head
type: git
location: https://github.com/andremarianiello/hasql-streams.git
library
exposed-modules: Hasql.Conduit
default-extensions:
build-depends:
, base >=4.14 && <4.17
, conduit ^>=1.3.4
, hasql ^>=1.5.0
, hasql-streams-core ^>=0.1.0
, hasql-transaction-io ^>=0.1.0
, transformers ^>=0.5.6
hs-source-dirs: library
default-language: Haskell2010