From a5ffe01c8806b720a99569dd407a4b14a67693e3 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 5 Feb 2019 05:14:26 +0300 Subject: Use plain CGI This eliminates the last of large Haskell dependencies. The multipart enctype is not supported now. --- pgxhtml.cabal | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pgxhtml.cabal') diff --git a/pgxhtml.cabal b/pgxhtml.cabal index 79370ae..204d4e0 100644 --- a/pgxhtml.cabal +++ b/pgxhtml.cabal @@ -20,14 +20,7 @@ executable pgxhtml , base64-bytestring >= 1.0.0.1 , 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 - , text >=1.2 && <1.3 - , unordered-containers >=0.2 && <0.3 - , wai >=3.2 && <3.3 - , wai-handler-fastcgi >= 3.0.0.2 default-language: Haskell2010 pkgconfig-depends: libxml-2.0, libxslt, libexslt ghc-options: -Wall -- cgit v1.2.3