packages feed

Cabal revisions of postgresql-lo-stream-0.1.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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/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.Simple.LargeObjects.Stream-  other-extensions:    LambdaCase-  build-depends:       base >=4.11 && <4.13-                     , 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+cabal-version:       >=1.10
+name:                postgresql-lo-stream
+version:             0.1.1.1
+x-revision: 1
+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.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