Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save globin/dd54e74e6920c7bd8c771848856a2877 to your computer and use it in GitHub Desktop.
Save globin/dd54e74e6920c7bd8c771848856a2877 to your computer and use it in GitHub Desktop.
[PATCH] ghcWithPackages: fix ghc version passing
From cb92ea14afbffa1e916cccc71d37b1c9432f0aed Mon Sep 17 00:00:00 2001
From: Robin Gloster <mail@glob.in>
Date: Sun, 7 Jan 2018 03:32:10 +0100
Subject: [PATCH] ghcWithPackages: fix ghc version passing
---
pkgs/development/haskell-modules/make-package-set.nix | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkgs/development/haskell-modules/make-package-set.nix b/pkgs/development/haskell-modules/make-package-set.nix
index 6d11048cb6d..f85259e699b 100644
--- a/pkgs/development/haskell-modules/make-package-set.nix
+++ b/pkgs/development/haskell-modules/make-package-set.nix
@@ -102,6 +102,7 @@ let
withPackages = packages: buildPackages.callPackage ./with-packages-wrapper.nix {
inherit (self) llvmPackages;
+ inherit ghc;
inherit packages;
};
--
2.15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment