Skip to content

Fix Windows and GHC/ucrt. #2034

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 10 commits into from
Sep 8, 2023
Prev Previous commit
Next Next commit
Restrict range of patch
  • Loading branch information
angerman committed Sep 7, 2023
commit 035d528422856800daabc7237b16139ff5a1961b
2 changes: 1 addition & 1 deletion modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in {
(fromUntil "3.2.0.0" "3.5" ../overlays/patches/Cabal/Cabal-3.0.0.0-no-final-checks.diff)
(fromUntil "3.6.0.0" "3.11" ../overlays/patches/Cabal/Cabal-3.6.0.0-drop-pkg-db-check.diff)
(fromUntil "3.6.0.0" "3.11" ../overlays/patches/Cabal/Cabal-3.6.0.0-no-final-checks.diff)
(fromUntil "3.6.0.0" "3.11" ../overlays/patches/Cabal/9220.patch)
(fromUntil "3.10" "3.11" ../overlays/patches/Cabal/9220.patch)
];

# These two patches are:
Expand Down