Skip to content

Commit e79e4c2

Browse files
dhall: raise upper bound on Diff (#2588)
Co-authored-by: Sergei Winitzki <winitzki@users.noreply.github.com>
1 parent 1088e3c commit e79e4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Common common
218218
contravariant < 1.6 ,
219219
data-fix < 0.4 ,
220220
deepseq < 1.6 ,
221-
Diff >= 0.2 && < 0.5 ,
221+
Diff >= 0.2 && < 0.6 ,
222222
directory >= 1.3.0.0 && < 1.4 ,
223223
dotgen >= 0.4.2 && < 0.5 ,
224224
either >= 5 && < 5.1,

0 commit comments

Comments
 (0)