diff options
author | Clint Adams <clint@debian.org> | 2014-06-11 15:10:03 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2014-06-11 15:10:03 +0400 |
commit | bf5d940d8f2cc70d62083651f53f23cfcfb8e362 (patch) | |
tree | dbd1a991c9b43ed68a98eeaa9fadbf93363e6ac2 /p/haskell-http-reverse-proxy | |
parent | 9af6ae7b714537d741c963479f7780e42002963b (diff) | |
download | DHG_packages-bf5d940d8f2cc70d62083651f53f23cfcfb8e362.tar.gz |
haskell-http-reverse-proxy: New upstream version 0.4.0.1.
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 | 42 |
2 files changed, 32 insertions, 16 deletions
diff --git a/p/haskell-http-reverse-proxy/debian/changelog b/p/haskell-http-reverse-proxy/debian/changelog index 8246e151c..fab66a5d9 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.4.0.1-1) unstable; urgency=medium + + * New upstream version. + + -- Clint Adams <clint@debian.org> Wed, 11 Jun 2014 07:01:41 -0400 + haskell-http-reverse-proxy (0.3.0.1-1) unstable; urgency=low * Adjust watch file to new hackage layout diff --git a/p/haskell-http-reverse-proxy/debian/control b/p/haskell-http-reverse-proxy/debian/control index c48d77349..3066e5f79 100644 --- a/p/haskell-http-reverse-proxy/debian/control +++ b/p/haskell-http-reverse-proxy/debian/control @@ -8,56 +8,66 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof - , libghc-blaze-builder-dev (>> 0.3) + , libghc-async-dev + , libghc-async-prof + , libghc-blaze-builder-dev (>= 0.3) , libghc-blaze-builder-prof - , libghc-case-insensitive-dev (>> 0.4) + , libghc-case-insensitive-dev (>= 0.4) , libghc-case-insensitive-prof - , libghc-basic-prelude-dev (>> 0.3.5) - , libghc-basic-prelude-prof - , libghc-conduit-dev (>> 0.5) + , libghc-conduit-dev (>= 1.1) , libghc-conduit-prof + , libghc-conduit-extra-dev + , libghc-conduit-extra-prof , libghc-data-default-class-dev , libghc-data-default-class-prof - , libghc-http-client-dev (>> 0.1) + , libghc-http-client-dev (>= 0.3) , libghc-http-client-prof - , libghc-http-types-dev (>> 0.6) + , libghc-http-types-dev (>= 0.6) , libghc-http-types-prof - , libghc-lifted-base-dev (>> 0.1) + , libghc-lifted-base-dev (>= 0.1) , libghc-lifted-base-prof - , libghc-monad-control-dev (>> 0.3) + , libghc-monad-control-dev (>= 0.3) , libghc-monad-control-prof , libghc-network-dev , libghc-network-prof - , libghc-network-conduit-dev (>> 0.6) - , libghc-network-conduit-prof - , libghc-text-dev (>> 0.11) + , libghc-resourcet-dev + , libghc-resourcet-prof + , libghc-streaming-commons-dev + , libghc-streaming-commons-prof + , libghc-text-dev (>= 0.11) , libghc-text-prof - , libghc-wai-dev (>> 2.0) + , libghc-transformers-dev + , libghc-transformers-prof + , libghc-wai-dev (>= 3.0) , libghc-wai-prof , libghc-wai-logger-dev , libghc-wai-logger-prof - , libghc-word8-dev (>> 0.0) + , libghc-word8-dev (>= 0.0) , libghc-word8-prof , libghc-resourcet-dev , libghc-resourcet-prof Build-Depends-Indep: ghc-doc + , libghc-async-doc , libghc-blaze-builder-doc , libghc-case-insensitive-doc , libghc-basic-prelude-doc , libghc-conduit-doc + , libghc-conduit-extra-doc , libghc-data-default-class-doc , libghc-http-client-doc , libghc-http-types-doc , libghc-lifted-base-doc , libghc-monad-control-doc , libghc-network-doc - , libghc-network-conduit-doc + , libghc-resourcet-doc + , libghc-streaming-commons-doc , libghc-text-doc + , libghc-transformers-doc , libghc-wai-doc , libghc-wai-logger-doc , libghc-word8-doc , libghc-resourcet-doc -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/http-reverse-proxy Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-http-reverse-proxy Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-http-reverse-proxy |