Merge pull request #2885 from juhp/patch-1

.cabal: allow Diff-0.5
This commit is contained in:
Vidar Holen
2024-02-03 13:43:52 -08:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ library
bytestring >= 0.10.6 && < 0.13,
containers >= 0.5.6 && < 0.8,
deepseq >= 1.4.1 && < 1.6,
Diff >= 0.4.0 && < 0.5,
Diff >= 0.4.0 && < 0.6,
fgl (>= 5.7.0 && < 5.8.1.0) || (>= 5.8.1.1 && < 5.9),
filepath >= 1.4.0 && < 1.5,
mtl >= 2.2.2 && < 2.4,