XMonadContrib -Werror build currently broken with GHC 6.10

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 .... [101 of 140] Compiling XMonad.Config.PlainConfig ( XMonad/Config/PlainConfig.hs, dist/build/XMonad/Config/PlainConfig.o ) XMonad/Config/PlainConfig.hs:235:9: Warning: orphan instance: instance Error [(Integer, String)] Oops. I ran into this on the record-test. So do we suggest 6.10 developers just use --no-test or what? - -- gwern -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREKAAYFAkk14y4ACgkQvpDo5Pfl1oJkmgCaA6+l2M/drKPag3B6zL171vhk uKMAn0TGac5UduGxGTJCEiwWcRDfYcRZ =8lgW -----END PGP SIGNATURE-----

On Tue, Dec 02, 2008 at 08:38:54PM -0500, Gwern Branwen wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
.... [101 of 140] Compiling XMonad.Config.PlainConfig ( XMonad/Config/PlainConfig.hs, dist/build/XMonad/Config/PlainConfig.o )
XMonad/Config/PlainConfig.hs:235:9: Warning: orphan instance: instance Error [(Integer, String)]
Oops.
I ran into this on the record-test. So do we suggest 6.10 developers just use --no-test or what?
- -- gwern
We should turn off the orphan instance warning for that module. You may need to use --no-test to actually accomplish that. Cheers, Spencer Janssen

* Gwern Branwen
.... [101 of 140] Compiling XMonad.Config.PlainConfig ( XMonad/Config/PlainConfig.hs, dist/build/XMonad/Config/PlainConfig.o )
XMonad/Config/PlainConfig.hs:235:9: Warning: orphan instance: instance Error [(Integer, String)]
Oops.
I ran into this on the record-test. So do we suggest 6.10 developers just use --no-test or what?
It's a reminder to Braden to remove PlainConfig from xmonad-contrib. (It's a part of xmonad-light). -- Roman I. Cheplyaka (aka Feuerbach @ IRC)

Gwern Branwen wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
.... [101 of 140] Compiling XMonad.Config.PlainConfig ( XMonad/Config/PlainConfig.hs, dist/build/XMonad/Config/PlainConfig.o )
XMonad/Config/PlainConfig.hs:235:9: Warning: orphan instance: instance Error [(Integer, String)]
Oops.
I ran into this on the record-test. So do we suggest 6.10 developers just use --no-test or what?
- -- gwern -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREKAAYFAkk14y4ACgkQvpDo5Pfl1oJkmgCaA6+l2M/drKPag3B6zL171vhk uKMAn0TGac5UduGxGTJCEiwWcRDfYcRZ =8lgW -----END PGP SIGNATURE-----
I thought I had pushed a patch removing PlainConfig completely back in September or so; PlainConfig is now xmonad-light and has no reason to be in contrib. I will push a patch removing it momentarily. Braden Shepherdson shepheb
participants (4)
-
Braden Shepherdson
-
Gwern Branwen
-
Roman Cheplyaka
-
Spencer Janssen