Skip to content

Commit 9f51cd8

Browse files
authored
Narrow mmark constraint (#2672)
< 0.8 was probably a typo to exclude 0.0.8. By now, 0.0.8 has been released and works fine, so update to 0.0.9.
1 parent b78aa78 commit 9f51cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Library
7676
filepath >= 1.4 && < 1.6 ,
7777
microlens >= 0.4 && < 0.5 ,
7878
lucid >= 2.9.12 && < 2.12,
79-
mmark >= 0.0.7.0 && < 0.8 ,
79+
mmark >= 0.0.7.0 && < 0.0.9 ,
8080
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
8181
megaparsec >= 7 && < 10 ,
8282
path >= 0.7.0 && < 0.10,

0 commit comments

Comments
 (0)