Skip to content

Commit 413adb0

Browse files
authored
Update core interface files GHC to 8.10.4 (#1039)
1 parent fe68b7e commit 413adb0

File tree

94 files changed

+501
-672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+501
-672
lines changed

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "R2009") {
3030
ghc884 = true;
3131
ghc8104 = true;
32-
ghc810220201118 = false;
3332
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
3433
ghc884 = true;
3534
ghc8104 = true;
35+
ghc810420210212 = false;
3636
});
3737
systems = nixpkgs: nixpkgs.lib.filterAttrs (_: v: builtins.elem v supportedSystems) {
3838
# I wanted to take these from 'lib.systems.examples', but apparently there isn't one for linux!
@@ -46,7 +46,7 @@
4646
in lib.optionalAttrs (nixpkgsName == "unstable" && (__elem compiler-nix-name ["ghc865" "ghc884"])) {
4747
inherit (lib.systems.examples) ghcjs;
4848
} // lib.optionalAttrs (system == "x86_64-linux" && (
49-
(nixpkgsName == "R2009" && __elem compiler-nix-name ["ghc8101" "ghc8102" "ghc8103" "ghc8104" "ghc810220201118"])
49+
(nixpkgsName == "R2009" && __elem compiler-nix-name ["ghc8101" "ghc8102" "ghc8103" "ghc8104" "ghc810420210212"])
5050
|| (nixpkgsName == "R2003" && __elem compiler-nix-name ["ghc865"]))) {
5151
# Windows cross compilation is currently broken on macOS
5252
inherit (lib.systems.examples) mingwW64;

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.2.20201118-x86_64-linux/ghc-pkg/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.2.20201118-x86_64-linux/ghc/numeric-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.2.20201118-x86_64-linux/ghc/version

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 65 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.4.20210212-x86_64-linux/ghc-pkg/version

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.4.20210212-x86_64-linux/ghc/numeric-version

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.4.20210212-x86_64-linux/ghc/version

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-darwin/ghc-pkg/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-darwin/ghc/numeric-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-darwin/ghc/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-linux/ghc-pkg/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-linux/ghc/numeric-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

materialized/dummy-ghc/ghc-8.10.2.20201118-x86_64-linux/ghc/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)