packages feed

hasql-streams-core-0.1.0.0: hasql-streams-core.cabal

cabal-version: 2.4
name:          hasql-streams-core
version:       0.1.0.0
synopsis:      Stream Hasql queries
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.Streams
  default-extensions:
    RankNTypes
    ScopedTypeVariables

  other-extensions:   OverloadedStrings
  build-depends:
    , base                  >=4.14  && <4.17
    , hasql                 ^>=1.5.0
    , hasql-transaction-io  ^>=0.1.0

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