Skip to content

Commit a9f81ab

Browse files
authored
Fix bounds for Diff
0.5 couldn't be matched by ^0.5.0
1 parent e17fe37 commit a9f81ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ common common-options
4646
, conduit-extra ^>=1.3.5
4747
, containers
4848
, deepseq ^>=1.4.4 || ^>=1.5.0
49-
, Diff ^>=0.4.0 || ^>=0.5.0
49+
, Diff ^>=0.4.0 || ^>=0.5
5050
, directory ^>=1.3.6
5151
, filepath ^>=1.4.2
5252
, hackage-db ^>=2.1.0

0 commit comments

Comments
 (0)