packages feed

Cabal revisions of gargoyle-postgresql-nix-0.3.0.1

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

revision 1
-name:               gargoyle-postgresql-nix-version:            0.3.0.1-author:             Obsidian Systems LLC-maintainer:         maintainer@obsidian.systems-copyright:          Copyright (C) 2017 Obsidian Systems LLC-license:            BSD3-license-file:       LICENSE-build-type:         Simple-cabal-version:      >=1.10-synopsis:           Manage PostgreSQL servers with gargoyle and nix-category:           System-description:-  Like <https://hackage.haskell.org/package/gargoyle-postgresql gargoyle-postgresql> but it uses nix to find the locations of PostgreSQL executables.--extra-source-files:-  README.md-  ChangeLog.md--tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2--library-  exposed-modules:  Gargoyle.PostgreSQL.Nix-  other-modules:    Paths_gargoyle_postgresql_nix-  ghc-options:      -Wall-  ghc-prof-options: -fprof-auto-exported-  build-depends:-      base                 >=4.12 && <4.17-    , bytestring           >=0.10 && <0.12-    , gargoyle             >=0.1  && <0.2-    , gargoyle-postgresql  >=0.2  && <0.3-    , which                >=0.2  && <0.3--  hs-source-dirs:   src-  default-language: Haskell2010--executable gargoyle-nix-psql-  main-is:          gargoyle-nix-psql.hs-  hs-source-dirs:   src-bin-  ghc-options:      -Wall -threaded-  ghc-prof-options: -fprof-auto-exported-  default-language: Haskell2010-  build-depends:-      base-    , gargoyle-postgresql-    , gargoyle-postgresql-nix-    , which--executable gargoyle-nix-pg-run-  main-is:          gargoyle-nix-pg-run.hs-  hs-source-dirs:   src-bin-  ghc-options:      -Wall -threaded-  ghc-prof-options: -fprof-auto-exported-  default-language: Haskell2010-  build-depends:-      base-    , gargoyle-    , gargoyle-postgresql-    , gargoyle-postgresql-nix--executable gargoyle-nix-postgres-monitor-  main-is:          gargoyle-nix-postgres-monitor.hs-  hs-source-dirs:   src-bin-  ghc-options:      -Wall -threaded-  ghc-prof-options: -fprof-auto-exported-  default-language: Haskell2010-  build-depends:-      base-    , gargoyle-    , gargoyle-postgresql-nix+name:               gargoyle-postgresql-nix
+version:            0.3.0.1
+x-revision: 1
+author:             Obsidian Systems LLC
+maintainer:         maintainer@obsidian.systems
+copyright:          Copyright (C) 2017 Obsidian Systems LLC
+license:            BSD3
+license-file:       LICENSE
+build-type:         Simple
+cabal-version:      >=1.10
+synopsis:           Manage PostgreSQL servers with gargoyle and nix
+category:           System
+description:
+  Like <https://hackage.haskell.org/package/gargoyle-postgresql gargoyle-postgresql> but it uses nix to find the locations of PostgreSQL executables.
+
+extra-source-files:
+  README.md
+  ChangeLog.md
+
+tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2
+
+library
+  exposed-modules:  Gargoyle.PostgreSQL.Nix
+  other-modules:    Paths_gargoyle_postgresql_nix
+  ghc-options:      -Wall
+  ghc-prof-options: -fprof-auto-exported
+  build-depends:
+      base                 >=4.12 && <4.20
+    , bytestring           >=0.10 && <0.12
+    , gargoyle             >=0.1  && <0.2
+    , gargoyle-postgresql  >=0.2  && <0.3
+    , which                >=0.2  && <0.3
+
+  hs-source-dirs:   src
+  default-language: Haskell2010
+
+executable gargoyle-nix-psql
+  main-is:          gargoyle-nix-psql.hs
+  hs-source-dirs:   src-bin
+  ghc-options:      -Wall -threaded
+  ghc-prof-options: -fprof-auto-exported
+  default-language: Haskell2010
+  build-depends:
+      base
+    , gargoyle-postgresql
+    , gargoyle-postgresql-nix
+    , which
+
+executable gargoyle-nix-pg-run
+  main-is:          gargoyle-nix-pg-run.hs
+  hs-source-dirs:   src-bin
+  ghc-options:      -Wall -threaded
+  ghc-prof-options: -fprof-auto-exported
+  default-language: Haskell2010
+  build-depends:
+      base
+    , gargoyle
+    , gargoyle-postgresql
+    , gargoyle-postgresql-nix
+
+executable gargoyle-nix-postgres-monitor
+  main-is:          gargoyle-nix-postgres-monitor.hs
+  hs-source-dirs:   src-bin
+  ghc-options:      -Wall -threaded
+  ghc-prof-options: -fprof-auto-exported
+  default-language: Haskell2010
+  build-depends:
+      base
+    , gargoyle
+    , gargoyle-postgresql-nix
revision 2
 name:               gargoyle-postgresql-nix
 version:            0.3.0.1
-x-revision: 1
+x-revision: 2
 author:             Obsidian Systems LLC
 maintainer:         maintainer@obsidian.systems
 copyright:          Copyright (C) 2017 Obsidian Systems LLC
   ghc-prof-options: -fprof-auto-exported
   build-depends:
       base                 >=4.12 && <4.20
-    , bytestring           >=0.10 && <0.12
+    , bytestring           >=0.10 && <0.13
     , gargoyle             >=0.1  && <0.2
     , gargoyle-postgresql  >=0.2  && <0.3
     , which                >=0.2  && <0.3