zsh-git-prompt: don't hard-code any particular compiler version
Just use whatever is the current default.
This commit is contained in:
parent
2f0de54ddb
commit
bf26876a28
@ -29,10 +29,10 @@
|
|||||||
, python
|
, python
|
||||||
, git
|
, git
|
||||||
, lib
|
, lib
|
||||||
, ghcVersion ? "ghc802"
|
, haskellPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
haskell.packages.${ghcVersion}.callPackage
|
haskellPackages.callPackage
|
||||||
({ mkDerivation, base, HUnit, parsec, process, QuickCheck, stdenv }:
|
({ mkDerivation, base, HUnit, parsec, process, QuickCheck, stdenv }:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "zsh-git-prompt";
|
pname = "zsh-git-prompt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user