Skip to content

Commit c7b85fd

Browse files
mietekerikd
authored andcommitted
Update version ranges for GHC 7.6.1
1 parent ba99f58 commit c7b85fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-javascript.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Library
3232
Build-depends: base >= 4 && < 5
3333
, array >= 0.3 && < 0.5
3434
, mtl >= 1.1 && < 2.9
35-
, containers >= 0.2 && < 0.5
35+
, containers >= 0.2 && < 0.6
3636
, utf8-light >= 0.4 && < 1.0
3737
-- For the round trip output
3838
, blaze-builder >= 0.2 && < 1
@@ -65,7 +65,7 @@ Test-Suite test-language-javascript
6565
, test-framework
6666
, array >= 0.3 && < 0.5
6767
, utf8-light >= 0.4 && < 1.0
68-
, containers >= 0.2 && < 0.5
68+
, containers >= 0.2 && < 0.6
6969
, mtl >= 1.1 && < 2.9
7070
, utf8-string >= 0.3.7 && < 1
7171
, bytestring >= 0.9.1 && < 1

0 commit comments

Comments
 (0)