summaryrefslogtreecommitdiff
path: root/pgxhtml.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-02-04 12:43:09 +0300
committerdefanor <defanor@uberspace.net>2019-02-04 12:43:09 +0300
commite180c98004e213ff99d963f391b5f973ce952f7a (patch)
treeb52a5699625c0db80e3f3b3886da93bf429aeab9 /pgxhtml.cabal
parentbc46b6bd4575c7f8ff04232f1c6edd1c92eb8e05 (diff)
Remove the wai-extra dependency
Diffstat (limited to 'pgxhtml.cabal')
-rw-r--r--pgxhtml.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgxhtml.cabal b/pgxhtml.cabal
index 0af9c36..79370ae 100644
--- a/pgxhtml.cabal
+++ b/pgxhtml.cabal
@@ -17,6 +17,7 @@ executable pgxhtml
main-is: Main.hs
other-extensions: OverloadedStrings
build-depends: base >=4.9 && <5
+ , base64-bytestring >= 1.0.0.1
, bytestring >=0.10 && <0.11
, filepath >=1.4 && <1.5
, http-api-data >=0.3 && <0.4
@@ -26,7 +27,6 @@ executable pgxhtml
, 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