haskell-language-c-quote: fix build by compiling with older version of alex
This commit is contained in:
parent
da54e29789
commit
7ab53bc51a
@ -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; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user