packages feed

hasql-pipes-0.1.0.0: 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: 2fc484dece0baf332928773545e2531ae503253a571ed39a54fea894455adb7d

name:           hasql-pipes
version:        0.1.0.0
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