[patch] xmonad-contrib: fix 7.10.2 build

GHC change #10194 exposed a missing extension or otherwise made the xmonad-compile not build with 7.10.2. Attached you can find a patch to enable ImpredicativeTypes in one module, in order to fix the build. Tested with 7.10.2-rc2.

On Wed, Jun 17, 2015 at 9:16 PM, Tuncer Ayaz wrote:
GHC change #10194 exposed a missing extension or otherwise made the xmonad-compile not build with 7.10.2.
Sorry, forgot the link: https://ghc.haskell.org/trac/ghc/ticket/10194
Attached you can find a patch to enable ImpredicativeTypes in one module, in order to fix the build.
Tested with 7.10.2-rc2.

Thanks, pushed.
~d
On Wed, Jun 17, 2015 at 12:30 PM, Tuncer Ayaz
On Wed, Jun 17, 2015 at 9:16 PM, Tuncer Ayaz wrote:
GHC change #10194 exposed a missing extension or otherwise made the xmonad-compile not build with 7.10.2.
Sorry, forgot the link: https://ghc.haskell.org/trac/ghc/ticket/10194
Attached you can find a patch to enable ImpredicativeTypes in one module, in order to fix the build.
Tested with 7.10.2-rc2.
xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
participants (2)
-
Daniel Wagner
-
Tuncer Ayaz