cabal-version: >=1.10
name: postgresql-lo-stream
version: 0.1.0.0
synopsis: Utilities for streaming PostgreSQL LargeObjects
description: Functions for streaming large objects to and from PostgreSQL
homepage: https://github.com/obsidiansystems/posgresql-lo-stream
bug-reports: https://github.com/obsidiansystems/postgresql-lo-stream/issues
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
copyright: 2019 Obsidian Systems LLC
category: Database
build-type: Simple
extra-source-files: README.md
library
exposed-modules: Database.PostgreSQL.LargeObjects.Stream
other-extensions: LambdaCase
build-depends: base >=4.11 && <4.12
, bytestring >=0.10 && <0.11
, io-streams >=1.5.0 && <1.6
, lifted-base >=0.2.2 && <0.2.4
, monad-loops >=0.4 && <0.5
, mtl >=2.2 && <2.3
, postgresql-simple >=0.5 && <0.6
hs-source-dirs: src
default-language: Haskell2010