Skip to content

Support GHC 9.0.1 (at least in some packages) #2154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Library
base >= 4.11.0.0 && < 5 ,
bytestring < 0.12,
containers ,
cryptonite < 0.29,
cryptonite < 0.30,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.39,
file-embed >= 0.0.10.0 ,
Expand Down Expand Up @@ -137,6 +137,12 @@ Test-Suite tasty
dhall ,
dhall-docs ,
foldl < 1.5 ,

-- hashable isn't used directly, but lucid's rendering output depends
-- on the Hashable Text instance defined in hashable.
-- See https://github.com/chrisdone/lucid/issues/107.
hashable < 1.3.1 ,

path ,
path-io ,
pretty >= 1.1.1.1 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Library
repline >= 0.4.0.0 && < 0.5 ,
serialise >= 0.2.0.0 && < 0.3 ,
scientific >= 0.3.0.0 && < 0.4 ,
template-haskell >= 2.13.0.0 && < 2.17,
template-haskell >= 2.13.0.0 && < 2.18,
text >= 0.11.1.0 && < 1.3 ,
text-manipulate >= 0.2.0.1 && < 0.4 ,
th-lift-instances >= 0.1.13 && < 0.2 ,
Expand All @@ -533,7 +533,7 @@ Library
else
Hs-Source-Dirs: ghc-src
Build-Depends:
cryptonite >= 0.23 && < 1.0
cryptonite >= 0.23 && < 0.30
if flag(with-http)
Build-Depends:
http-types >= 0.7.0 && < 0.13,
Expand Down