Cabal revisions of gargoyle-postgresql-connect-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: gargoyle-postgresql-connect-version: 0.1.0.0-author: Obsidian Systems LLC-maintainer: maintainer@obsidian.systems-copyright: Copyright (C) 2019 Obsidian Systems LLC-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >=1.10-synopsis: Connect to gargoyle-managed postgresql instances-extra-source-files: ChangeLog.md-category: System-description: A convenience utility for connecting to a postgresql instance managed by gargoyle.-tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2--library- exposed-modules: Gargoyle.PostgreSQL.Connect- ghc-options: -Wall- ghc-prof-options: -fprof-auto-exported- build-depends:- base >=4.12 && <4.15- , bytestring >=0.10 && <0.12- , directory >=1.3 && <1.4- , gargoyle ==0.1.1- , gargoyle-postgresql ==0.2- , gargoyle-postgresql-nix ==0.3- , postgresql-simple >=0.5 && <0.7- , resource-pool >=0.2.3-- hs-source-dirs: src- default-language: Haskell2010+name: gargoyle-postgresql-connect +version: 0.1.0.0 +x-revision: 1 +author: Obsidian Systems LLC +maintainer: maintainer@obsidian.systems +copyright: Copyright (C) 2019 Obsidian Systems LLC +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >=1.10 +synopsis: Connect to gargoyle-managed postgresql instances +extra-source-files: ChangeLog.md +category: System +description: A convenience utility for connecting to a postgresql instance managed by gargoyle. +tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 + +library + exposed-modules: Gargoyle.PostgreSQL.Connect + ghc-options: -Wall + ghc-prof-options: -fprof-auto-exported + build-depends: + base >=4.12 && <4.15 + , bytestring >=0.10 && <0.12 + , directory >=1.3 && <1.4 + , gargoyle ==0.1.1.0 + , gargoyle-postgresql ==0.2.0.0 + , gargoyle-postgresql-nix ==0.3.0.0 + , postgresql-simple >=0.5 && <0.7 + , resource-pool >=0.2.3 + + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: gargoyle-postgresql-connect version: 0.1.0.0 -x-revision: 1 +x-revision: 2 author: Obsidian Systems LLC maintainer: maintainer@obsidian.systems copyright: Copyright (C) 2019 Obsidian Systems LLC base >=4.12 && <4.15 , bytestring >=0.10 && <0.12 , directory >=1.3 && <1.4 - , gargoyle ==0.1.1.0 - , gargoyle-postgresql ==0.2.0.0 - , gargoyle-postgresql-nix ==0.3.0.0 + , gargoyle >=0.1.1.0 && < 0.2 + , gargoyle-postgresql >=0.2.0.1 && < 0.3 + , gargoyle-postgresql-nix >=0.3.0.0 && < 0.4 , postgresql-simple >=0.5 && <0.7 , resource-pool >=0.2.3