1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell: add GitHub issues to non-hackage-packages.nix

This commit is contained in:
Bas van Dijk 2018-08-25 15:54:30 +02:00 committed by Silvan Mosberger
parent b64193f69b
commit 5ea9d9d097
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -10,7 +10,9 @@ self: super: {
multi-ghc-travis = throw ("haskellPackages.multi-ghc-travis has been renamed"
+ "to haskell-ci, which is now on hackage");
# https://github.com/channable/vaultenv/issues/1
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
# https://github.com/diku-dk/futhark/issues/614
futhark = self.callPackage ../compilers/futhark { };
}