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:
Bas van Dijk 2018-08-25 15:54:17 +02:00 committed by Silvan Mosberger
parent 7b49b870cb
commit b64193f69b
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,9 @@
# configuration-common.nix or to one of the compiler specific configuration
# files.
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 { };

View file

@ -8602,7 +8602,7 @@ with pkgs;
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 {
licenseAccepted = (config.neoload.accept_license or false);