hasql-pipes-0.1.0.1: hasql-pipes.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3d5fb369434dac6d81bb5783606aba0bfc9dcaae94854bf698d0bf20bbbea801
name: hasql-pipes
version: 0.1.0.1
synopsis: A pipe to stream a postgres database cursor in the hasql ecosystem
description: Please see the README on GitLab at <https://gitlab.com/paolo.veronelli/hasql-pipes>
category: Database, Streaming
homepage: https://github.com/https://gitlab.com/paolo.veronelli/hasql-pipes#readme
bug-reports: https://github.com/https://gitlab.com/paolo.veronelli/hasql-pipes/issues
author: Paolo Veronelli
maintainer: paolo.veronelli@gmail.com
copyright: 2020 Paolo Veronelli
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/https://gitlab.com/paolo.veronelli/hasql-pipes
library
exposed-modules:
Hasql.Pipes
other-modules:
Paths_hasql_pipes
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring-tree-builder
, hasql
, pipes
, pipes-safe
, protolude
default-language: Haskell2010