Codebase list haskell-diagrams-lib / e199b67
haskell-aws: fix build by bumping directory bounds Gianfranco Costamagna 6 years ago
3 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-aws (0.14.1-3) unstable; urgency=medium
1
2 * Team upload.
3 * Bump directory bounds
4
5 -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 21 Jun 2017 08:57:50 +0200
6
07 haskell-aws (0.14.1-2) unstable; urgency=medium
18
29 * Upload to unstable as part of GHC 8 transition.
0 --- haskell-aws-0.14.1.orig/aws.cabal
1 +++ haskell-aws-0.14.1/aws.cabal
2 @@ -125,7 +125,7 @@ Library
3 containers >= 0.4,
4 cryptohash >= 0.11 && < 0.12,
5 data-default >= 0.5.3 && < 0.8,
6 - directory >= 1.0 && < 1.3,
7 + directory >= 1.0 && < 2.0,
8 filepath >= 1.1 && < 1.5,
9 http-conduit >= 2.1 && < 2.2,
10 http-types >= 0.7 && < 0.10,
0 newer-directory.patch