Skip to content
Closed
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
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,11 @@ self: super: {
Cabal-syntax = self.Cabal-syntax_3_10_1_0;
});

# 2023-07-10: cabal-plan-bounds needs Cabal-syntax 3.10
cabal-plan-bounds = super.cabal-plan-bounds.overrideScope (self: super: {
Cabal-syntax = self.Cabal-syntax_3_10_1_0;
});

large-hashable = lib.pipe (super.large-hashable.override {
# https://github.com/factisresearch/large-hashable/commit/5ec9d2c7233fc4445303564047c992b693e1155c
utf8-light = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ broken-packages:
- cabal-meta
- cabal-mon
- cabal-nirvana
- cabal-plan-bounds
- cabal-progdeps
- cabalQuery
- CabalSearch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,12 @@ package-maintainers:
ncfavier:
- lambdabot
nomeata:
- cabal-plan-bounds
- candid
- leb128-cereal
- tasty-expected-failure
- lhs2tex
- rec-def
- tasty-expected-failure
pacien:
- ldgallery-compiler
peti:
Expand Down
3 changes: 1 addition & 2 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.