packages feed

gargoyle-postgresql-nix-0.3.0.2: gargoyle-postgresql-nix.cabal

name:               gargoyle-postgresql-nix
version:            0.3.0.2
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 || ==9.8.2 || ==9.10.1

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.21
    , bytestring           >=0.10 && <0.13
    , 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