codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

xmonad-contrib-0.11.4 does not compile #597

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See http://hydra.cryp.to/build/696615/nixlog/1/raw for a complete build log 
that shows the issue. It appears that XMonad/Util/Invisible.hs doesn't import 
Applicative.

Original issue reported on code.google.com by sim...@cryp.to on 30 Mar 2015 at 1:34

GoogleCodeExporter commented 8 years ago
Patch to add import Control.Applicative

Original comment by markwri...@internode.on.net on 3 Apr 2015 at 4:40

Attachments:

GoogleCodeExporter commented 8 years ago
This appears to have been fixed since mid-July in darcs by the patch titled 
"derive Applicative instances to suppress AMP warning".

Original comment by daniel.w...@gmail.com on 19 Apr 2015 at 9:24

GoogleCodeExporter commented 8 years ago
Issue 601 has been merged into this issue.

Original comment by daniel.w...@gmail.com on 19 Apr 2015 at 10:07

GoogleCodeExporter commented 8 years ago
This issue is marked as "Fixed", does it mean that `cabal install 
xmonad-contrib` should not fail anymore? Or does it try to install some 
"stable" version of the package? If so, how can I install the patched 
bleeding-edge version?

Sorry for such an uneducated question, but Haskell development/package 
management
are quite a mystery for an outsider :)

Original comment by alexandr...@gmail.com on 24 Apr 2015 at 6:53

GoogleCodeExporter commented 8 years ago
"Fixed" means that things will work without extra effort at the time of next 
release.

To get the bleeding-edge version, follow the instructions for installing from 
darcs on the official instructions at http://xmonad.org/download.html; that is:

darcs get http://code.haskell.org/xmonad
darcs get http://code.haskell.org/XMonadContrib
cabal install ./xmonad ./XMonadContrib

Original comment by daniel.w...@gmail.com on 26 Apr 2015 at 8:05