From 7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 28 Nov 2015 17:05:37 +0100 Subject: [PATCH] haskell-language-c-quote: fix build by compiling with older version of alex --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c5c592d940f..a142722f4c8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -930,4 +930,7 @@ self: super: { # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32 morte = super.morte.override { alex = self.alex_3_1_4; }; + # https://github.com/mainland/language-c-quote/issues/57 + language-c-quote = super.language-c-quote.override { alex = self.alex_3_1_4; }; + }