summaryrefslogtreecommitdiff
path: root/p/haskell-stack/debian/patches/newer-directory
blob: 81a2ec55ca0785fb1b1ec766f538d2905649bad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: Bump directory bounds on buildds.
Author: Bhavani Shankar <bhavi@ubuntu.com>

Index: haskell-stack-1.1.2/stack.cabal
===================================================================
--- haskell-stack-1.1.2.orig/stack.cabal
+++ haskell-stack-1.1.2/stack.cabal
@@ -165,7 +165,7 @@ library
         containers >=0.5.5.1 && <0.6,
         cryptohash >=0.11.6 && <0.12,
         cryptohash-conduit >=0.1.1 && <0.2,
-        directory >=1.2.1.0 && <1.3,
+        directory >=1.2.1.0 && <1.4,
         edit-distance ==0.2.*,
         either >=4.4.1.1 && <4.5,
         enclosed-exceptions >=1.0.1.1 && <1.1,
@@ -252,7 +252,7 @@ executable stack
         base >=4.7 && <5,
         bytestring >=0.10.4.0 && <0.11,
         containers >=0.5.5.1 && <0.6,
-        directory >=1.2.2.0 && <1.3,
+        directory >=1.2.2.0 && <1.4,
         filelock >=0.1.0.1 && <0.2,
         filepath >=1.4.0.0 && <1.5,
         http-client >=0.4.28 && <0.5,
@@ -285,7 +285,7 @@ test-suite stack-test
         conduit-extra >=1.1.13.1 && <1.2,
         containers >=0.5.5.1 && <0.6,
         cryptohash >=0.11.6 && <0.12,
-        directory >=1.2.2.0 && <1.3,
+        directory >=1.2.2.0 && <1.4,
         exceptions >=0.8.2.1 && <0.9,
         hspec >=2.2.3 && <2.3,
         http-conduit >=2.1.10.1 && <2.2,