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
|
--- fortran-src.cabal.orig 2018-05-18 02:24:45 UTC
+++ fortran-src.cabal
@@ -28,7 +28,7 @@ executable fortran-src
uniplate >= 1.6 && < 2,
GenericPretty >= 1.2.2 && < 2,
pretty >= 1.1 && < 2,
- containers >= 0.5 && < 0.6,
+ containers >= 0.5 && < 0.7,
text >= 1.2 && < 2,
bytestring >= 0.10 && < 0.11,
binary >= 0.8.3.0 && < 0.9,
@@ -78,7 +78,7 @@ library
uniplate >= 1.6 && < 2,
GenericPretty >= 1.2.2 && < 2,
pretty >= 1.1 && < 2,
- containers >= 0.5 && < 0.6,
+ containers >= 0.5 && < 0.7,
text >= 1.2 && < 2,
bytestring >= 0.10 && < 0.11,
binary >= 0.8.3.0 && < 0.9,
@@ -102,7 +102,7 @@ test-suite spec
filepath >= 1.4 && < 2,
GenericPretty >= 1.2.2 && < 2,
pretty >= 1.1 && < 2,
- containers >= 0.5 && < 0.6,
+ containers >= 0.5 && < 0.7,
text >= 1.2 && < 2,
bytestring >= 0.10 && < 0.11,
binary >= 0.8.3.0 && < 0.9,
|