From 283f13e5a69af62a4de0327c08fe317a7308d3e5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Jul 2014 16:00:57 +0200 Subject: [PATCH] haskell-platform: build 2009.x with sufficiently old version of 'mtl' to avoid build errors in CGI library --- .../libraries/haskell/haskell-platform/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/haskell/haskell-platform/default.nix b/pkgs/development/libraries/haskell/haskell-platform/default.nix index b222df29b5a..2de2809cf53 100644 --- a/pkgs/development/libraries/haskell/haskell-platform/default.nix +++ b/pkgs/development/libraries/haskell/haskell-platform/default.nix @@ -257,6 +257,8 @@ let stm = self.stm_2_1_1_2; xhtml = self.xhtml_3000_2_0_1; happy = self.happy_1_18_4; + # not actually specified, but important to make the whole thing build + mtl = self.mtl_1_1_0_2; }; }; @@ -285,6 +287,8 @@ let cabalInstall = self.cabalInstall_0_6_2; alex = self.alex_2_3_1; happy = self.happy_1_18_4; + # not actually specified, but important to make the whole thing build + mtl = self.mtl_1_1_0_2; }; };