diff options
author | Clint Adams <clint@debian.org> | 2016-01-11 00:50:36 -0500 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-01-11 00:51:14 -0500 |
commit | a92bb50771217bcd74c278d1cf9fde35aed5840e (patch) | |
tree | 659129360c8207c5bf9d1a4db4c279e78c25ba05 /p/haskell-warp | |
parent | 92caaf27f09af4af7cc271865768133bfc190e03 (diff) | |
download | DHG_packages-a92bb50771217bcd74c278d1cf9fde35aed5840e.tar.gz |
warp: Upgrading from 3.1.3.1 to 3.1.12
Diffstat (limited to 'p/haskell-warp')
-rw-r--r-- | p/haskell-warp/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-warp/debian/control | 10 | ||||
-rw-r--r-- | p/haskell-warp/debian/patches/no-bytestring-builder | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/p/haskell-warp/debian/changelog b/p/haskell-warp/debian/changelog index 84bce9e7a..8840f38db 100644 --- a/p/haskell-warp/debian/changelog +++ b/p/haskell-warp/debian/changelog @@ -1,3 +1,9 @@ +haskell-warp (3.1.12-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Mon, 11 Jan 2016 00:50:35 -0500 + haskell-warp (3.1.3.1-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-warp/debian/control b/p/haskell-warp/debian/control index f7ef62f20..e899a8256 100644 --- a/p/haskell-warp/debian/control +++ b/p/haskell-warp/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), cdbs, ghc, ghc-prof, - libghc-auto-update-dev (>= 0.1.1), + libghc-auto-update-dev (>= 0.1.3), libghc-auto-update-dev (<< 0.2), libghc-auto-update-prof, libghc-blaze-builder-dev (>= 0.4), @@ -21,7 +21,8 @@ Build-Depends: debhelper (>= 9), libghc-http-date-prof, libghc-http-types-dev (>= 0.8.5), libghc-http-types-prof, - libghc-http2-dev (>= 1.0.2), + libghc-http2-dev (>= 1.3), + libghc-http2-dev (<< 1.4), libghc-http2-prof, libghc-iproute-dev (>= 1.3.1), libghc-iproute-prof, @@ -38,9 +39,11 @@ Build-Depends: debhelper (>= 9), libghc-text-prof, libghc-unix-compat-dev (>= 0.2), libghc-unix-compat-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, libghc-vault-dev (>= 0.3), libghc-vault-prof, - libghc-wai-dev (>= 3.0), + libghc-wai-dev (>= 3.0.4), libghc-wai-dev (<< 3.1), libghc-wai-prof, libghc-word8-dev, @@ -67,6 +70,7 @@ Build-Depends-Indep: ghc-doc, libghc-streaming-commons-doc, libghc-text-doc, libghc-unix-compat-doc, + libghc-unordered-containers-doc, libghc-vault-doc, libghc-wai-doc, libghc-word8-doc, diff --git a/p/haskell-warp/debian/patches/no-bytestring-builder b/p/haskell-warp/debian/patches/no-bytestring-builder index e3521f833..eff55d31f 100644 --- a/p/haskell-warp/debian/patches/no-bytestring-builder +++ b/p/haskell-warp/debian/patches/no-bytestring-builder @@ -1,8 +1,8 @@ --- a/warp.cabal +++ b/warp.cabal -@@ -35,8 +35,7 @@ +@@ -36,8 +36,7 @@ , array - , auto-update >= 0.1.1 && < 0.2 + , auto-update >= 0.1.3 && < 0.2 , blaze-builder >= 0.4 - , bytestring >= 0.9.1.4 - , bytestring-builder @@ -10,7 +10,7 @@ , case-insensitive >= 0.2 , containers , ghc-prim -@@ -133,8 +132,7 @@ +@@ -138,8 +137,7 @@ , array , auto-update , blaze-builder >= 0.4 |