Skip to content
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: 8 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2519,6 +2519,14 @@ with haskellLib;
];
}) super.hexstring;

# 2026-02-19: GHC 9.10 increased simplifier ticks, need higher threshold
# https://github.com/lehins/hip/issues/56
hip = overrideCabal (drv: {
configureFlags = (drv.configureFlags or [ ]) ++ [
"--ghc-options=-fsimpl-tick-factor=200"
];
}) super.hip;

# Disabling doctests.
regex-tdfa = overrideCabal {
testTargets = [ "regex-tdfa-unittest" ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,6 @@ broken-packages:
- hint-server # failure in job https://hydra.nixos.org/build/233240346 at 2023-09-02
- hinter # failure in job https://hydra.nixos.org/build/233245954 at 2023-09-02
- hinterface # failure in job https://hydra.nixos.org/build/233250383 at 2023-09-02
- hip # failure in job https://hydra.nixos.org/build/307610903 at 2025-09-19
- hipchat-hs # failure in job https://hydra.nixos.org/build/233198550 at 2023-09-02
- Hipmunk # failure in job https://hydra.nixos.org/build/233259272 at 2023-09-02
- hips # failure in job https://hydra.nixos.org/build/252728413 at 2024-03-16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,6 @@ dont-distribute-packages:
- penny-bin
- penny-lib
- peparser
- perceptual-hash
- perdure
- perf-analysis
- perfecthash
Expand Down
3 changes: 0 additions & 3 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.

Loading