diff options
| author | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2017-06-21 08:58:27 +0200 |
|---|---|---|
| committer | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2017-06-21 08:58:27 +0200 |
| commit | e199b671eeab395b55cddf19ec33854e009fddce (patch) | |
| tree | 3e677c52835a3d57f3930dead9a9b60668427782 /p/haskell-aws/debian | |
| parent | 6ec0c6d141ac6582e85c38888ff08114f01a6263 (diff) | |
| download | DHG_packages-e199b671eeab395b55cddf19ec33854e009fddce.tar.gz | |
haskell-aws: fix build by bumping directory bounds
Diffstat (limited to 'p/haskell-aws/debian')
| -rw-r--r-- | p/haskell-aws/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-aws/debian/patches/newer-directory.patch | 11 | ||||
| -rw-r--r-- | p/haskell-aws/debian/patches/series | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/p/haskell-aws/debian/changelog b/p/haskell-aws/debian/changelog index d77aeca7a..b799245e0 100644 --- a/p/haskell-aws/debian/changelog +++ b/p/haskell-aws/debian/changelog @@ -1,3 +1,10 @@ +haskell-aws (0.14.1-3) unstable; urgency=medium + + * Team upload. + * Bump directory bounds + + -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 21 Jun 2017 08:57:50 +0200 + haskell-aws (0.14.1-2) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff --git a/p/haskell-aws/debian/patches/newer-directory.patch b/p/haskell-aws/debian/patches/newer-directory.patch new file mode 100644 index 000000000..6ce39773a --- /dev/null +++ b/p/haskell-aws/debian/patches/newer-directory.patch @@ -0,0 +1,11 @@ +--- haskell-aws-0.14.1.orig/aws.cabal ++++ haskell-aws-0.14.1/aws.cabal +@@ -125,7 +125,7 @@ Library + containers >= 0.4, + cryptohash >= 0.11 && < 0.12, + data-default >= 0.5.3 && < 0.8, +- directory >= 1.0 && < 1.3, ++ directory >= 1.0 && < 2.0, + filepath >= 1.1 && < 1.5, + http-conduit >= 2.1 && < 2.2, + http-types >= 0.7 && < 0.10, diff --git a/p/haskell-aws/debian/patches/series b/p/haskell-aws/debian/patches/series new file mode 100644 index 000000000..3d0bd8098 --- /dev/null +++ b/p/haskell-aws/debian/patches/series @@ -0,0 +1 @@ +newer-directory.patch |
