Skip to content

Commit ab665c2

Browse files
authored
dhall-json: Add lower bound for containers (#1818)
…due to use of Data.Map.Merge.Lazy. Fixes #1814.
1 parent 17db0a4 commit ab665c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-json/dhall-json.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Library
4343
aeson-pretty < 0.9 ,
4444
aeson-yaml >= 1.0.6 && < 1.1 ,
4545
bytestring < 0.11,
46-
containers ,
46+
containers >= 0.5.9 && < 0.7 ,
4747
dhall >= 1.32.0 && < 1.33,
4848
exceptions >= 0.8.3 && < 0.11,
4949
filepath < 1.5 ,

0 commit comments

Comments
 (0)