about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-29 13:14:00 +0100
committerPeter Simons <simons@cryp.to>2013-12-29 13:18:22 +0100
commitda712872814dc28fe5f2024235eee7521eb031fa (patch)
treef97407d72811124fed1fe2956eee33ccd40a6958
parentb06f53900dadb9cfc6034361f185bee96ddd78c9 (diff)
haskell-defaults.nix: use the old version of pretty-show with ghc 7.2.2
The old compiler cannot build Happy 1.19.2.
-rw-r--r--pkgs/top-level/haskell-defaults.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-defaults.nix b/pkgs/top-level/haskell-defaults.nix
index ed97281b9bdb1..b29635e0ac9c8 100644
--- a/pkgs/top-level/haskell-defaults.nix
+++ b/pkgs/top-level/haskell-defaults.nix
@@ -52,6 +52,7 @@
       cabalInstall = self.cabalInstall_0_14_0.override { Cabal = self.Cabal_1_14_0; };
       cabal2nix = self.cabal2nix.override { Cabal = self.Cabal_1_16_0_3; hackageDb = self.hackageDb.override { Cabal = self.Cabal_1_16_0_3; }; };
       binary = self.binary_0_6_0_0;
+      prettyShow = self.prettyShow_1_2;
     };
 
   ghc721Prefs = ghc722Prefs;