Skip to content

Commit 8433ca5

Browse files
Merge pull request #393 from haskellfoundation/widen-bounds
Allow building with GHC 9.4.4
2 parents ca5fdf1 + 71c134b commit 8433ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message-index/message-index.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ executable site
1111
, filepath ^>= 1.4
1212
, microlens ^>= 0.4.12
1313
, binary ^>= 0.8.8
14-
, aeson ^>= 2.0.3
14+
, aeson ^>= 2.0.3 || ^>= 2.1
1515
, pandoc-types ^>= 1.22
1616
, containers ^>= 0.6
1717
, text ^>= 1.2 || ^>= 2.0

0 commit comments

Comments
 (0)