We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecef9b7 commit 19f3c5cCopy full SHA for 19f3c5c
dhall-docs/dhall-docs.cabal
@@ -76,7 +76,8 @@ Library
76
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
77
megaparsec >= 7 && < 10 ,
78
path >= 0.7.0 && < 0.10,
79
- path-io >= 1.6.0 && < 1.7 ,
+ -- path-io follows SemVer: https://github.com/mrkkrp/path-io/issues/68
80
+ path-io >= 1.6.0 && < 2 ,
81
prettyprinter >= 1.7.0 && < 1.8 ,
82
text >= 0.11.1.0 && < 2.1 ,
83
transformers >= 0.2.0.0 && < 0.6 ,
0 commit comments