Skip to content

Commit 286373a

Browse files
committed
dhall-docs:tasty: Restrict hashable
1 parent bdf66c8 commit 286373a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ Test-Suite tasty
137137
dhall ,
138138
dhall-docs ,
139139
foldl < 1.5 ,
140+
141+
-- hashable isn't used directly, but lucid's rendering output depends
142+
-- on the Hashable Text instance defined in hashable.
143+
-- See https://github.com/chrisdone/lucid/issues/107.
144+
hashable < 1.3.1 ,
145+
140146
path ,
141147
path-io ,
142148
pretty >= 1.1.1.1 ,

0 commit comments

Comments
 (0)