cabal-version: 2.4 name: hasql-streams-streamly version: 0.1.0.0 synopsis: Stream Hasql queries with Streamly 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, Streamly source-repository head type: git location: https://github.com/andremarianiello/hasql-streams.git library exposed-modules: Hasql.Streamly 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 , streamly ^>=0.8.1 , transformers ^>=0.5.6 hs-source-dirs: library default-language: Haskell2010