Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ee9b508

Browse files
committed
Relax upper bounds
1 parent 964ab04 commit ee9b508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Library
3434
Exposed-Modules: Control.Distributed.Static
3535
Build-Depends: base >= 4.8 && < 5,
3636
rank1dynamic >= 0.1 && < 0.5,
37-
containers >= 0.4 && < 0.6,
37+
containers >= 0.4 && < 0.7,
3838
bytestring >= 0.10 && < 0.11,
3939
binary >= 0.5 && < 0.9,
4040
deepseq >= 1.3.0.1 && < 1.6

0 commit comments

Comments
 (0)