diff options
author | Clint Adams <clint@debian.org> | 2016-07-12 16:14:09 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-07-12 16:23:30 -0400 |
commit | c761b058a1043c0c82faa2056090b49e7753ee37 (patch) | |
tree | 50e83b833dbf7b91acc24c77857e4fcf9924a609 /p/haskell-aws/debian | |
parent | 95cc077c38b343e134cf1e29256bb05fa3956dc6 (diff) | |
download | DHG_packages-c761b058a1043c0c82faa2056090b49e7753ee37.tar.gz |
aws: Upgrading from 0.13.0 to 0.13.2
Diffstat (limited to 'p/haskell-aws/debian')
-rw-r--r-- | p/haskell-aws/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-aws/debian/control | 2 | ||||
-rw-r--r-- | p/haskell-aws/debian/patches/new-metadata-from-hackage | 13 | ||||
-rw-r--r-- | p/haskell-aws/debian/patches/series | 1 |
4 files changed, 7 insertions, 15 deletions
diff --git a/p/haskell-aws/debian/changelog b/p/haskell-aws/debian/changelog index bb589eca1..4812b093b 100644 --- a/p/haskell-aws/debian/changelog +++ b/p/haskell-aws/debian/changelog @@ -1,3 +1,9 @@ +haskell-aws (0.13.2-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:14:08 -0400 + haskell-aws (0.13.0-2) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-aws/debian/control b/p/haskell-aws/debian/control index c6e5bc6f2..da9daa0b3 100644 --- a/p/haskell-aws/debian/control +++ b/p/haskell-aws/debian/control @@ -41,7 +41,7 @@ Build-Depends: debhelper (>= 9), libghc-cryptohash-dev (<< 0.12), libghc-cryptohash-prof, libghc-data-default-dev (>= 0.5.3), - libghc-data-default-dev (<< 0.6), + libghc-data-default-dev (<< 0.7), libghc-data-default-prof, libghc-http-conduit-dev (>= 2.1), libghc-http-conduit-dev (<< 2.2), diff --git a/p/haskell-aws/debian/patches/new-metadata-from-hackage b/p/haskell-aws/debian/patches/new-metadata-from-hackage deleted file mode 100644 index 49d9eb29e..000000000 --- a/p/haskell-aws/debian/patches/new-metadata-from-hackage +++ /dev/null @@ -1,13 +0,0 @@ -Index: haskell-aws/aws.cabal -=================================================================== ---- haskell-aws.orig/aws.cabal 2015-10-31 13:31:50.000000000 +0100 -+++ haskell-aws/aws.cabal 2016-06-01 10:13:15.213052434 +0200 -@@ -121,7 +121,7 @@ - byteable == 0.1.*, - bytestring >= 0.9 && < 0.11, - case-insensitive >= 0.2 && < 1.3, -- cereal >= 0.3 && < 0.5, -+ cereal >= 0.3 && < 0.6, - conduit >= 1.1 && < 1.3, - conduit-extra >= 1.1 && < 1.2, - containers >= 0.4, diff --git a/p/haskell-aws/debian/patches/series b/p/haskell-aws/debian/patches/series deleted file mode 100644 index 0131f75d3..000000000 --- a/p/haskell-aws/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -new-metadata-from-hackage |