diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-07 22:08:37 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-07 22:08:37 +0400 |
commit | 62fd1462ff02eb09173fe6b1499b18ad9816255d (patch) | |
tree | 717ddfcf3638753f18aa0de5149a0dd475c32e3e /p/haskell-http-reverse-proxy | |
parent | 6eebbd6d4693fb9fd26f4b9a643b71f3d8b99deb (diff) | |
download | DHG_packages-62fd1462ff02eb09173fe6b1499b18ad9816255d.tar.gz |
haskell-http-reverse-proxy: New upstream release
Diffstat (limited to 'p/haskell-http-reverse-proxy')
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/control | 26 |
2 files changed, 16 insertions, 15 deletions
diff --git a/p/haskell-http-reverse-proxy/debian/changelog b/p/haskell-http-reverse-proxy/debian/changelog index 9cc0d0d19..c42cebde6 100644 --- a/p/haskell-http-reverse-proxy/debian/changelog +++ b/p/haskell-http-reverse-proxy/debian/changelog @@ -1,8 +1,9 @@ -haskell-http-reverse-proxy (0.2.0-2) UNRELEASED; urgency=low +haskell-http-reverse-proxy (0.3.0.1-1) UNRELEASED; urgency=low * Adjust watch file to new hackage layout + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:20:45 +0200 + -- Joachim Breitner <nomeata@debian.org> Fri, 07 Mar 2014 19:06:43 +0100 haskell-http-reverse-proxy (0.2.0-1) unstable; urgency=low diff --git a/p/haskell-http-reverse-proxy/debian/control b/p/haskell-http-reverse-proxy/debian/control index b95578f46..c48d77349 100644 --- a/p/haskell-http-reverse-proxy/debian/control +++ b/p/haskell-http-reverse-proxy/debian/control @@ -12,14 +12,14 @@ Build-Depends: debhelper (>= 9) , libghc-blaze-builder-prof , libghc-case-insensitive-dev (>> 0.4) , libghc-case-insensitive-prof - , libghc-classy-prelude-dev (>> 0.3) - , libghc-classy-prelude-prof + , libghc-basic-prelude-dev (>> 0.3.5) + , libghc-basic-prelude-prof , libghc-conduit-dev (>> 0.5) , libghc-conduit-prof - , libghc-data-default-dev - , libghc-data-default-prof - , libghc-http-conduit-dev (>> 1.6) - , libghc-http-conduit-prof + , libghc-data-default-class-dev + , libghc-data-default-class-prof + , libghc-http-client-dev (>> 0.1) + , libghc-http-client-prof , libghc-http-types-dev (>> 0.6) , libghc-http-types-prof , libghc-lifted-base-dev (>> 0.1) @@ -32,21 +32,21 @@ Build-Depends: debhelper (>= 9) , libghc-network-conduit-prof , libghc-text-dev (>> 0.11) , libghc-text-prof - , libghc-wai-dev (>> 1.3) + , libghc-wai-dev (>> 2.0) , 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) , libghc-word8-prof + , libghc-resourcet-dev + , libghc-resourcet-prof Build-Depends-Indep: ghc-doc , libghc-blaze-builder-doc , libghc-case-insensitive-doc - , libghc-classy-prelude-doc + , libghc-basic-prelude-doc , libghc-conduit-doc - , libghc-data-default-doc - , libghc-http-conduit-doc + , libghc-data-default-class-doc + , libghc-http-client-doc , libghc-http-types-doc , libghc-lifted-base-doc , libghc-monad-control-doc @@ -55,8 +55,8 @@ Build-Depends-Indep: ghc-doc , libghc-text-doc , libghc-wai-doc , libghc-wai-logger-doc - , libghc-warp-doc , libghc-word8-doc + , libghc-resourcet-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/http-reverse-proxy Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-http-reverse-proxy |