Skip to content

nix: add support for ghc 9.0.1 #1995

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 17 commits into from
Jul 4, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Override monoid-extras
  • Loading branch information
berberman committed Jul 3, 2021
commit d7c706881a17b816fb5e9a32fc840937059a53a2
2 changes: 2 additions & 0 deletions configuration-ghc-901.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ let

dual-tree = hself.dual-tree_0_2_3_0;

monoid-extras = hself.monoid-extras_0_6;

# Re-generate HLS drv excluding some plugins
haskell-language-server =
hself.callCabal2nixWithOptions "haskell-language-server" ./.
Expand Down