[Pkg-haskell-commits] darcs: haskell-wai-app-file-cgi: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Fri Mar 7 12:32:27 UTC 2014
Fri Mar 7 12:21:17 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog -2 +3
M ./control -16 +13
M ./rules +2
Fri Mar 7 12:21:17 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-wai-app-file-cgi/changelog new-haskell-wai-app-file-cgi/changelog
--- old-haskell-wai-app-file-cgi/changelog 2014-03-07 12:32:27.771705795 +0000
+++ new-haskell-wai-app-file-cgi/changelog 2014-03-07 12:32:27.771705795 +0000
@@ -1,8 +1,9 @@
-haskell-wai-app-file-cgi (0.8.3-3) UNRELEASED; urgency=low
+haskell-wai-app-file-cgi (2.0.1-1) UNRELEASED; urgency=low
* Adjust watch file to new hackage layout
+ * New upstream release
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:22:06 +0200
+ -- Joachim Breitner <nomeata at debian.org> Fri, 07 Mar 2014 13:07:28 +0100
haskell-wai-app-file-cgi (0.8.3-2) unstable; urgency=low
diff -rN -u old-haskell-wai-app-file-cgi/control new-haskell-wai-app-file-cgi/control
--- old-haskell-wai-app-file-cgi/control 2014-03-07 12:32:27.767705795 +0000
+++ new-haskell-wai-app-file-cgi/control 2014-03-07 12:32:27.775705795 +0000
@@ -20,12 +20,12 @@
, libghc-case-insensitive-prof
, libghc-conduit-dev (>> 0.5)
, libghc-conduit-prof
- , libghc-date-cache-dev
- , libghc-date-cache-prof
- , libghc-fast-logger-dev
- , libghc-fast-logger-prof
- , libghc-http-conduit-dev (>> 1.9)
- , libghc-http-conduit-prof
+ , libghc-data-default-dev
+ , libghc-data-default-prof
+ , libghc-http-client-dev
+ , libghc-http-client-prof
+ , libghc-http-client-conduit-dev
+ , libghc-http-client-conduit-prof
, libghc-http-date-dev
, libghc-http-date-prof
, libghc-http-types-dev (>> 0.7)
@@ -38,18 +38,16 @@
, libghc-mime-types-prof
, libghc-network-dev
, libghc-network-prof
- , libghc-resourcet-dev
- , libghc-resourcet-prof
+ , libghc-sockaddr-dev
+ , libghc-sockaddr-prof
, libghc-static-hash-dev
, libghc-static-hash-prof
, libghc-text-dev
, libghc-text-prof
, libghc-transformers-dev
, libghc-transformers-prof
- , libghc-wai-dev (>> 1.2)
+ , libghc-wai-dev (>> 2.0)
, libghc-wai-prof
- , libghc-wai-logger-dev
- , libghc-wai-logger-prof
, libghc-word8-dev
, libghc-word8-prof
# , libghc-doctest-dev (>> 0.9.3)
@@ -62,21 +60,20 @@
, libghc-blaze-html-doc
, libghc-case-insensitive-doc
, libghc-conduit-doc
- , libghc-date-cache-doc
- , libghc-fast-logger-doc
- , libghc-http-conduit-doc
+ , libghc-data-default-doc
+ , libghc-http-client-doc
+ , libghc-http-client-conduit-doc
, libghc-http-date-doc
, libghc-http-types-doc
, libghc-io-choice-doc
, libghc-lifted-base-doc
, libghc-mime-types-doc
, libghc-network-doc
- , libghc-resourcet-doc
+ , libghc-sockaddr-doc
, libghc-static-hash-doc
, libghc-text-doc
, libghc-transformers-doc
, libghc-wai-doc
- , libghc-wai-logger-doc
, libghc-word8-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/wai-app-file-cgi
diff -rN -u old-haskell-wai-app-file-cgi/rules new-haskell-wai-app-file-cgi/rules
--- old-haskell-wai-app-file-cgi/rules 2014-03-07 12:32:27.767705795 +0000
+++ new-haskell-wai-app-file-cgi/rules 2014-03-07 12:32:27.775705795 +0000
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_SETUP_GHC_CONFIGURE_ARGS = -frev-proxy
+
#DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the Pkg-haskell-commits
mailing list