haskellPackages.multi-ghc-travis: removed in favour of haskell-ci
multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
This commit is contained in:
parent
7b49b870cb
commit
b64193f69b
@ -6,7 +6,9 @@
|
|||||||
# configuration-common.nix or to one of the compiler specific configuration
|
# configuration-common.nix or to one of the compiler specific configuration
|
||||||
# files.
|
# files.
|
||||||
self: super: {
|
self: super: {
|
||||||
multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis { };
|
|
||||||
|
multi-ghc-travis = throw ("haskellPackages.multi-ghc-travis has been renamed"
|
||||||
|
+ "to haskell-ci, which is now on hackage");
|
||||||
|
|
||||||
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
|
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
|
||||||
|
|
||||||
|
@ -8602,7 +8602,7 @@ with pkgs;
|
|||||||
|
|
||||||
msitools = callPackage ../development/tools/misc/msitools { };
|
msitools = callPackage ../development/tools/misc/msitools { };
|
||||||
|
|
||||||
multi-ghc-travis = haskell.lib.justStaticExecutables haskellPackages.multi-ghc-travis;
|
haskell-ci = haskell.lib.justStaticExecutables haskellPackages.haskell-ci;
|
||||||
|
|
||||||
neoload = callPackage ../development/tools/neoload {
|
neoload = callPackage ../development/tools/neoload {
|
||||||
licenseAccepted = (config.neoload.accept_license or false);
|
licenseAccepted = (config.neoload.accept_license or false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user