diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2016-06-01 10:13:33 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2016-06-01 10:13:33 +0200 |
| commit | f785de5ec8b2aa5331e33464d63b6a2abb196853 (patch) | |
| tree | 24a89813bd7e469a233b4c29ae526f0d9b0dcc97 /p/haskell-aws/debian | |
| parent | 151c6a6fc6a61ef90517636e7b429076faf44d7d (diff) | |
| download | DHG_packages-f785de5ec8b2aa5331e33464d63b6a2abb196853.tar.gz | |
aws: Adjust deps per hackage
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, 20 insertions, 2 deletions
diff --git a/p/haskell-aws/debian/changelog b/p/haskell-aws/debian/changelog index ea1b53082..bb589eca1 100644 --- a/p/haskell-aws/debian/changelog +++ b/p/haskell-aws/debian/changelog @@ -1,8 +1,12 @@ -haskell-aws (0.13.0-2) UNRELEASED; urgency=medium +haskell-aws (0.13.0-2) unstable; urgency=medium + [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) + [ Joachim Breitner ] + * Adjust dependencies per hackage. + -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:47 +0300 haskell-aws (0.13.0-1) unstable; urgency=medium diff --git a/p/haskell-aws/debian/control b/p/haskell-aws/debian/control index 5fba10ee8..c6e5bc6f2 100644 --- a/p/haskell-aws/debian/control +++ b/p/haskell-aws/debian/control @@ -29,7 +29,7 @@ Build-Depends: debhelper (>= 9), libghc-case-insensitive-dev (<< 1.3), libghc-case-insensitive-prof, libghc-cereal-dev (>= 0.3), - libghc-cereal-dev (<< 0.5), + libghc-cereal-dev (<< 0.6), libghc-cereal-prof, libghc-conduit-dev (>= 1.1), libghc-conduit-dev (<< 1.3), diff --git a/p/haskell-aws/debian/patches/new-metadata-from-hackage b/p/haskell-aws/debian/patches/new-metadata-from-hackage new file mode 100644 index 000000000..49d9eb29e --- /dev/null +++ b/p/haskell-aws/debian/patches/new-metadata-from-hackage @@ -0,0 +1,13 @@ +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 new file mode 100644 index 000000000..0131f75d3 --- /dev/null +++ b/p/haskell-aws/debian/patches/series @@ -0,0 +1 @@ +new-metadata-from-hackage |
