summaryrefslogtreecommitdiff
path: root/pgxhtml.cabal
blob: 9f8adcc829e71242891fa6c3df8bd3b16e648c00 (plain)
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
name:                pgxhtml
version:             0.1.0.0
synopsis:            XSLT-based PostgreSQL web interface
description:         This is a tool to make custom web interfaces to PostgreSQL
                     databases, using simple and standard technologies.
license:             AGPL-3
license-file:        LICENSE
author:              defanor
maintainer:          defanor@uberspace.net
category:            Database
build-type:          Simple
extra-source-files:  ChangeLog.md
                   , README.md
cabal-version:       >=1.10

executable pgxhtml
  main-is:             Main.hs
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.9 && <5
                     , bytestring >=0.10 && <0.11
                     , filepath >=1.4 && <1.5
                     , http-api-data >=0.3 && <0.4
                     , http-types >=0.12 && <0.13
                     , network-uri >= 2.6.1.0
                     , postgresql-libpq >=0.9 && <0.10
                     , postgresql-simple >=0.5 && <0.6
                     , text >=1.2 && <1.3
                     , unordered-containers >=0.2 && <0.3
                     , wai >=3.2 && <3.3
                     , wai-extra >=3.0 && <3.1
                     , wai-handler-fastcgi >= 3.0.0.2
  default-language:    Haskell2010
  pkgconfig-depends:   libxml-2.0, libxslt, libexslt
  ghc-options:         -Wall