darcs patch: Config.hs: rm commented out keybinding (... (and 1 more)

2 patches for repository community.haskell.org:/srv/code/xmonad: Thu Jan 12 19:01:15 EST 2012 gwern0@gmail.com * Config.hs: rm commented out keybinding (dead for years) Thu Jan 12 20:04:10 EST 2012 gwern0@gmail.com * Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182

On Sat, Jan 14, 2012 at 6:10 PM,
2 patches for repository community.haskell.org:/srv/code/xmonad:
Thu Jan 12 19:01:15 EST 2012 gwern0@gmail.com * Config.hs: rm commented out keybinding (dead for years)
Thu Jan 12 20:04:10 EST 2012 gwern0@gmail.com * Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182
aavogt, since no one has objected to either the removal or mod-?, perhaps you could just apply the patches. -- gwern http://www.gwern.net

This 2-patches bundle was just applied to http://code.haskell.org/xmonad: 20120113000115 gwern0@gmail.com * Config.hs: rm commented out keybinding (dead for years) 20120113010410 gwern0@gmail.com * Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182 -- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html#bundle...

I think one of the two patches merged just right now have
broken the build. Anyone else see the following?
Failed to install xmonad-0.10.1
setup-Cabal-1.17.0-ghc-7.6.1: man/xmonad.1: does not exist
Does the build (man page) require a tool which may be missing?
On Thu, Nov 8, 2012 at 11:46 PM,
This 2-patches bundle was just applied to http://code.haskell.org/xmonad:
20120113000115 gwern0@gmail.com * Config.hs: rm commented out keybinding (dead for years)
20120113010410 gwern0@gmail.com * Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182
-- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html#bundle...
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

On Thu, Nov 8, 2012 at 6:01 PM, Carsten Mattner
I think one of the two patches merged just right now have broken the build. Anyone else see the following?
Failed to install xmonad-0.10.1 setup-Cabal-1.17.0-ghc-7.6.1: man/xmonad.1: does not exist
Does the build (man page) require a tool which may be missing?
Hi Carsten. A different patch I just pushed broke it. My intention was to just include the generated xmonad.1 (from the xmonad.1.markdown), since often people don't have pandoc to generate it. Adam

Hi Adam, Am Donnerstag, den 08.11.2012, 18:09 -0500 schrieb adam vogt:
On Thu, Nov 8, 2012 at 6:01 PM, Carsten Mattner
wrote: I think one of the two patches merged just right now have broken the build. Anyone else see the following?
Failed to install xmonad-0.10.1 setup-Cabal-1.17.0-ghc-7.6.1: man/xmonad.1: does not exist
Does the build (man page) require a tool which may be missing?
Hi Carsten.
A different patch I just pushed broke it. My intention was to just include the generated xmonad.1 (from the xmonad.1.markdown), since often people don't have pandoc to generate it.
please also include the xmonad.1.markdown in the released tarball; Debian likes to build everything from something as sourcey as it gets, and hence we do want to build the xmonad.1 using markdown. (But of course it is no problem if you include monad.1 as well for those who use cabal-install.) Thanks, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

On 11/9/12, Joachim Breitner
Hi Adam,
Am Donnerstag, den 08.11.2012, 18:09 -0500 schrieb adam vogt:
Hi Carsten.
A different patch I just pushed broke it. My intention was to just include the generated xmonad.1 (from the xmonad.1.markdown), since often people don't have pandoc to generate it.
please also include the xmonad.1.markdown in the released tarball; Debian likes to build everything from something as sourcey as it gets, and hence we do want to build the xmonad.1 using markdown.
(But of course it is no problem if you include monad.1 as well for those who use cabal-install.)
Joachim, The .markdown file has been in the tarball made by `cabal sdist' going back to when we switched to markdown from groff for the 0.9.1 release (Dec 2009). Adam

On Thu, Nov 8, 2012 at 6:01 PM, Carsten Mattner
Does the build (man page) require a tool which may be missing?
Well, you're supposed to do something like 'runhaskell util/GenerateManpage.hs'. Then it seems fine to me. I don't remember whether this was something you were supposed to do manually, as a developer running from HEAD and not someone using a release where the manpage would be generated already, or what. Then it builds fine for me. -- gwern http://www.gwern.net
participants (6)
-
adam vogt
-
Carsten Mattner
-
darcswatch@nomeata.de
-
Gwern Branwen
-
gwern0@gmail.com
-
Joachim Breitner