Skip to content

Commit c7c7d6c

Browse files
authored
Add ghc 8.10.2 (#807)
1 parent f17e56e commit c7c7d6c

File tree

65 files changed

+11890
-13
lines changed

Some content is hidden

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

65 files changed

+11890
-13
lines changed

build.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ in rec {
2323
pkgs.recurseIntoAttrs {
2424
ghcide-020 = tool compiler-nix-name "ghcide" "0.2.0";
2525
cabal-32 = tool compiler-nix-name "cabal" "3.2.0.0";
26-
} // pkgs.lib.optionalAttrs (compiler-nix-name != "ghc8101") {
27-
ghcide-object-code = tool compiler-nix-name "ghcide" "object-code";
2826
}
2927
);
3028

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ghc865 = {};
1818
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "R2003") {
1919
ghc884 = {};
20-
ghc8101 = {};
20+
ghc8102 = {};
2121
});
2222
systems = nixpkgs: nixpkgs.lib.filterAttrs (_: v: builtins.elem v supportedSystems) {
2323
# I wanted to take these from 'lib.systems.examples', but apparently there isn't one for linux!
@@ -28,7 +28,7 @@
2828
# We need to use the actual nixpkgs version we're working with here, since the values
2929
# of 'lib.systems.examples' are not understood between all versions
3030
let lib = nixpkgs.lib;
31-
in lib.optionalAttrs (system == "x86_64-linux" && compiler-nix-name != "ghc8101") {
31+
in lib.optionalAttrs (system == "x86_64-linux" && compiler-nix-name != "ghc8102") {
3232
# Windows cross compilation is currently broken on macOS
3333
inherit (lib.systems.examples) mingwW64;
3434
} // lib.optionalAttrs (system == "x86_64-linux") {

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.2-x86_64-linux/ghc-pkg/dump-global

Lines changed: 1431 additions & 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.2-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.

materialized/dummy-ghc/aarch64-unknown-linux-gnu-aarch64-unknown-linux-gnu-ghc-8.10.2-x86_64-linux/ghc/info

Lines changed: 67 additions & 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.2-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.2-x86_64-linux/ghc/supported-languages

Lines changed: 255 additions & 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.2-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.

0 commit comments

Comments
 (0)