haskell-xmonad-contrib: fix build

This commit is contained in:
Peter Simons 2015-03-31 14:10:01 +02:00
parent f8c1aa96b8
commit bb38374158

View File

@ -658,6 +658,14 @@ self: super: {
# https://github.com/haskell/haddock/issues/378
haddock-library = dontCheck super.haddock-library;
# Already fixed in upstream darcs repo.
xmonad-contrib = overrideCabal super.xmonad-contrib (drv: {
patchPhase = ''
sed -i -e '24iimport Control.Applicative' XMonad/Util/Invisible.hs
sed -i -e '22iimport Control.Applicative' XMonad/Hooks/DebugEvents.hs
'';
});
} // {
# Not on Hackage.