From da54e29789ebcee896c6362c9b97abe640ea2adb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 28 Nov 2015 16:48:38 +0100 Subject: haskell-morte: fix build by compiling with older version of alex --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c975e444d10c..c5c592d940fd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -927,4 +927,7 @@ self: super: { # https://github.com/fpco/stackage/issues/1004 gtk2hs-buildtools = super.gtk2hs-buildtools.override { alex = self.alex_3_1_4; }; + # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32 + morte = super.morte.override { alex = self.alex_3_1_4; }; + } -- cgit 1.4.1