haskell-morte: fix build by compiling with older version of alex

This commit is contained in:
Peter Simons 2015-11-28 16:48:38 +01:00
parent 2b6f0d08c6
commit da54e29789

View File

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