Skip to content

Commit ea534a9

Browse files
DanBurtonjaspervdj
authored andcommitted
Relax constraints, allow containers 0.6.*
1 parent 7b19063 commit ea534a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Library
5252
aeson >= 0.6 && < 1.4,
5353
base >= 4.8 && < 5,
5454
bytestring >= 0.9 && < 0.11,
55-
containers >= 0.3 && < 0.6,
55+
containers >= 0.3 && < 0.7,
5656
directory >= 1.2.3 && < 1.4,
5757
filepath >= 1.1 && < 1.5,
5858
file-embed >= 0.0.10 && < 0.1,
@@ -75,7 +75,7 @@ Executable stylish-haskell
7575
aeson >= 0.6 && < 1.4,
7676
base >= 4.8 && < 5,
7777
bytestring >= 0.9 && < 0.11,
78-
containers >= 0.3 && < 0.6,
78+
containers >= 0.3 && < 0.7,
7979
directory >= 1.2.3 && < 1.4,
8080
filepath >= 1.1 && < 1.5,
8181
file-embed >= 0.0.10 && < 0.1,
@@ -124,7 +124,7 @@ Test-suite stylish-haskell-tests
124124
aeson >= 0.6 && < 1.4,
125125
base >= 4.8 && < 5,
126126
bytestring >= 0.9 && < 0.11,
127-
containers >= 0.3 && < 0.6,
127+
containers >= 0.3 && < 0.7,
128128
directory >= 1.2.3 && < 1.4,
129129
filepath >= 1.1 && < 1.5,
130130
file-embed >= 0.0.10 && < 0.1,

0 commit comments

Comments
 (0)