diff options
Diffstat (limited to 'p/haskell-http-reverse-proxy')
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/control | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-http-reverse-proxy/debian/changelog b/p/haskell-http-reverse-proxy/debian/changelog index 541603abe..8ee199adc 100644 --- a/p/haskell-http-reverse-proxy/debian/changelog +++ b/p/haskell-http-reverse-proxy/debian/changelog @@ -1,3 +1,9 @@ +haskell-http-reverse-proxy (0.2.0-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams <clint@debian.org> Thu, 01 Aug 2013 22:18:02 -0400 + haskell-http-reverse-proxy (0.1.1.4-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-http-reverse-proxy/debian/control b/p/haskell-http-reverse-proxy/debian/control index fe8ee7404..b95578f46 100644 --- a/p/haskell-http-reverse-proxy/debian/control +++ b/p/haskell-http-reverse-proxy/debian/control @@ -34,6 +34,8 @@ Build-Depends: debhelper (>= 9) , libghc-text-prof , libghc-wai-dev (>> 1.3) , libghc-wai-prof + , libghc-wai-logger-dev + , libghc-wai-logger-prof , libghc-warp-dev (>> 1.3.4) , libghc-warp-prof , libghc-word8-dev (>> 0.0) @@ -52,6 +54,7 @@ Build-Depends-Indep: ghc-doc , libghc-network-conduit-doc , libghc-text-doc , libghc-wai-doc + , libghc-wai-logger-doc , libghc-warp-doc , libghc-word8-doc Standards-Version: 3.9.4 |