haskell-language-c-quote: fix build by compiling with older version of alex

This commit is contained in:
Peter Simons 2015-11-28 17:05:37 +01:00
parent da54e29789
commit 7ab53bc51a

View file

@ -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; };
}