zsh-git-prompt: don't hard-code any particular compiler version

Just use whatever is the current default.
This commit is contained in:
Peter Simons 2018-11-02 20:16:56 +01:00
parent 2f0de54ddb
commit bf26876a28

View File

@ -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";