haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later.

This commit is contained in:
Peter Simons 2015-12-03 17:57:08 +01:00
parent 7c7e905de6
commit 07cda3b56f

View file

@ -921,9 +921,6 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
});
# 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; };