haskell-morte: fix build by compiling with older version of alex
This commit is contained in:
parent
2b6f0d08c6
commit
da54e29789
1 changed files with 3 additions and 0 deletions
|
@ -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; };
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue