packages feed

hasql-streams-streaming-0.1.0.0: hasql-streams-streaming.cabal

cabal-version: 2.4
name:          hasql-streams-streaming
version:       0.1.0.0
synopsis:      Stream Hasql queries with Streaming
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

source-repository head
  type:     git
  location: https://github.com/andremarianiello/hasql-streams.git

library
  exposed-modules:    Hasql.Streaming
  default-extensions:
  build-depends:
    , base                  >=4.14  && <4.17
    , hasql                 ^>=1.5.0
    , hasql-streams-core    ^>=0.1.0
    , hasql-transaction-io  ^>=0.1.0
    , streaming             ^>=0.2.3
    , transformers          ^>=0.5.6

  hs-source-dirs:     library
  default-language:   Haskell2010