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
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 { };