haskell: add GitHub issues to non-hackage-packages.nix
This commit is contained in:
parent
b64193f69b
commit
5ea9d9d097
@ -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 { };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user