-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
* Update nixpkgs and ghc HEAD * Fix warning * Update internalHackageIndexState * Update patch bounds * Update rcodesign for recent MacOS * Replace ghc911 with ghc912X and ghc913 * ifdLevel 1 * Use lazy-inputs instead of fetch-source overlay * Skip broken mingwW64 GHC * Skip broken mingwW64 GHC * Add GHC 9.8.3 * Update patch bounds * More patch fixes * Turn off pool allocator in favour of m32_alloc solution in ghc 9.8.3 * Remove another redundant patch * Turn off pool allocator in favour of m32_alloc solution in ghc 9.8.3 * Remove another redundant patch * Fix ghc 9.10 * Update materialized files * Update materialized files * Build ghc983 cross compilers with ghc983 * Patch upper bounds * ifdLevel 2 * Disable broken tests * ifdLevel 3 * Fix cabal-latests * Update head.hackage * Disable HLS for ghc 9.8.3 for now * Update nixpkgs-unstable and fix issue with no libcxxabi * Bump ghcjs-overlay and head.hackage * Enable external-static-plugin test for GHC >=9.6 (Fixes #2265) * Bump head.hackage * Fix external-static-plugin test * Fix external-static-plugin test * Fix eval issue with latest nixpkgs * Skip th-dlls test for ghc 9.12 and head brances * Fix HLS test * Fix hls test * Bump head.hackage * Bump head.hackage * Bump GHC git pins * ifdLevel 2 * ifdLevel 3 * Add hackage-quirk for #2277 * Bump head.hackage * Add hackage-quirk for #2277 * Fix for ghcjs on macOS * Disable broken tests * Disable broken test * Fix update scripts to use nixVersions.stable
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
description = "Lazy Input for Haskell.nix"; | ||
|
||
inputs = { | ||
ghc912X = { | ||
flake = false; | ||
url = "git+https://gitlab.haskell.org/ghc/ghc?ref=ghc-9.12&submodules=1"; | ||
}; | ||
}; | ||
|
||
outputs = inputs: inputs; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
description = "Lazy Input for Haskell.nix"; | ||
|
||
inputs = { | ||
ghc983 = { | ||
flake = false; | ||
url = "git+https://github.com/stable-haskell/ghc?ref=ghc-9.8.3-iog&submodules=1"; | ||
}; | ||
}; | ||
|
||
outputs = inputs: inputs; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.