Skip to content

Commit 297ea75

Browse files
committedDec 1, 2016
haskellPackages.ghc-core: Revert "0.5.6 -> 2012-12-15"
This reverts commit c1b919f. That kind of change is a maintenance nightmare because it unconditionally overrides the package's version specified in hackage-packages.nix with something else, i.e. no future update will ever have an effect. This is not the proper way to do it. The proper way is to add the relevant commit from Github as a patch.
1 parent a571ede commit 297ea75

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

Diff for: ‎pkgs/development/haskell-modules/configuration-common.nix

-11
Original file line numberDiff line numberDiff line change
@@ -1113,17 +1113,6 @@ self: super: {
11131113

11141114
socket_0_7_0_0 = super.socket_0_7_0_0.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_9_2; });
11151115

1116-
# 0.5.6 invokes $PAGER in a way that crashes if there are args such as $PAGER="less -R"
1117-
ghc-core = overrideCabal super.ghc-core (drv: {
1118-
src = pkgs.fetchFromGitHub {
1119-
owner = "shachaf";
1120-
repo = "ghc-core";
1121-
rev = "630196adf0bebf073328325302453ef1c409fd9a";
1122-
sha256 = "05jzpjy5zkri2faw5jnq5vh12mx58lrb0zfzz4h598miq2vc8848";
1123-
};
1124-
version = "2012-12-15";
1125-
});
1126-
11271116
# Encountered missing dependencies: hspec >=1.3 && <2.1
11281117
# https://github.com/rampion/ReadArgs/issues/8
11291118
ReadArgs = doJailbreak super.ReadArgs;

0 commit comments

Comments
 (0)
Please sign in to comment.