Skip to content

Commit 6dcd60f

Browse files
committed
Allow containers-0.8
1 parent 2fab2f4 commit 6dcd60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsc2hs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Executable hsc2hs
7878
Other-Extensions: CPP, NoMonomorphismRestriction
7979

8080
Build-Depends: base >= 4.3.0 && < 4.22,
81-
containers >= 0.4.0 && < 0.8,
81+
containers >= 0.4.0 && < 0.9,
8282
directory >= 1.1.0 && < 1.4,
8383
filepath >= 1.2.0 && < 1.6,
8484
process >= 1.1.0 && < 1.7

0 commit comments

Comments
 (0)