forked from obsidiansystems/postgresql-lo-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostgresql-lo-stream.cabal
More file actions
35 lines (32 loc) · 1.32 KB
/
Copy pathpostgresql-lo-stream.cabal
File metadata and controls
35 lines (32 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cabal-version: >=1.10
name: postgresql-lo-stream
version: 0.1.1.1
synopsis: Utilities for streaming PostgreSQL LargeObjects
description: Functions for streaming large objects to and from PostgreSQL
homepage: https://github.com/obsidiansystems/postgresql-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
tested-with:
GHC ==8.4.4 || ==8.6.5
library
exposed-modules: Database.PostgreSQL.Simple.LargeObjects.Stream
other-extensions: LambdaCase
build-depends: base >=4.11 && <4.15
, 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.7
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/obsidiansystems/postgresql-lo-stream