mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
top-level/release-haskell.nix: fix remaining references to ghc8104
Attribute was removed in cb330ce4f0
.
This commit is contained in:
parent
cc8c5ba53e
commit
244784d132
@ -278,14 +278,14 @@ let
|
|||||||
# Test some statically linked packages to catch regressions
|
# Test some statically linked packages to catch regressions
|
||||||
# and get some cache going for static compilation with GHC.
|
# and get some cache going for static compilation with GHC.
|
||||||
# Use integer-simple to avoid GMP linking problems (LGPL)
|
# Use integer-simple to avoid GMP linking problems (LGPL)
|
||||||
pkgsStatic.haskell.packages.integer-simple.ghc8104 =
|
pkgsStatic.haskell.packages.integer-simple.ghc8106 =
|
||||||
removePlatforms
|
removePlatforms
|
||||||
[
|
[
|
||||||
"aarch64-linux" # times out on Hydra
|
"aarch64-linux" # times out on Hydra
|
||||||
"x86_64-darwin" # TODO: reenable when static libiconv works on darwin
|
"x86_64-darwin" # TODO: reenable when static libiconv works on darwin
|
||||||
]
|
]
|
||||||
{
|
{
|
||||||
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.integer-simple.ghc8104)
|
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.integer-simple.ghc8106)
|
||||||
hello
|
hello
|
||||||
lens
|
lens
|
||||||
random
|
random
|
||||||
@ -379,7 +379,7 @@ let
|
|||||||
constituents = accumulateDerivations [
|
constituents = accumulateDerivations [
|
||||||
jobs.pkgsMusl.haskell.compiler.ghc8102Binary
|
jobs.pkgsMusl.haskell.compiler.ghc8102Binary
|
||||||
jobs.pkgsMusl.haskell.compiler.ghc884
|
jobs.pkgsMusl.haskell.compiler.ghc884
|
||||||
jobs.pkgsMusl.haskell.compiler.ghc8104
|
jobs.pkgsMusl.haskell.compiler.ghc8106
|
||||||
jobs.pkgsMusl.haskell.compiler.ghc901
|
jobs.pkgsMusl.haskell.compiler.ghc901
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -394,9 +394,9 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
constituents = accumulateDerivations [
|
constituents = accumulateDerivations [
|
||||||
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8104.hello
|
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8106.hello
|
||||||
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8104.lens
|
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8106.lens
|
||||||
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8104.random
|
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8106.random
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user