Skip to content

Commit 19f3c5c

Browse files
authored
dhall-docs: Relax upper bound on path-io (#2385)
1 parent ecef9b7 commit 19f3c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Library
7676
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
7777
megaparsec >= 7 && < 10 ,
7878
path >= 0.7.0 && < 0.10,
79-
path-io >= 1.6.0 && < 1.7 ,
79+
-- path-io follows SemVer: https://github.com/mrkkrp/path-io/issues/68
80+
path-io >= 1.6.0 && < 2 ,
8081
prettyprinter >= 1.7.0 && < 1.8 ,
8182
text >= 0.11.1.0 && < 2.1 ,
8283
transformers >= 0.2.0.0 && < 0.6 ,

0 commit comments

Comments
 (0)