
Hi everyone, First off, thanks to everyone who's working on xmonad. I'm an ion user and I'd love to have equivalent functionality implemented in a (*ahem*) better language. I've been going through the procedure to install xmonad-0.1, and I successfully installed all the dependencies. But the xmonad build fails thusly: Preprocessing executables for xmonad-0.1... Building xmonad-0.1... XMonad.hs:27:7: Could not find module `System.Posix.Process': Use -v to see a list of the files searched for. I'm running ghc-6.6 compiled from source on Debian Linux. Any hints? Mike

mvanier:
Hi everyone,
First off, thanks to everyone who's working on xmonad. I'm an ion user and I'd love to have equivalent functionality implemented in a (*ahem*) better language.
I've been going through the procedure to install xmonad-0.1, and I successfully installed all the dependencies. But the xmonad build fails thusly:
Preprocessing executables for xmonad-0.1... Building xmonad-0.1...
XMonad.hs:27:7: Could not find module `System.Posix.Process': Use -v to see a list of the files searched for.
I'm running ghc-6.6 compiled from source on Debian Linux. Any hints?
You're missing the 'unix' package. Its available from the package system, or from hackage.haskell.org. Make sure you have the other dependencies too, like mtl. -- Don

On Tue, Apr 24, 2007 at 12:23:56PM -0700, Michael Vanier wrote:
First off, thanks to everyone who's working on xmonad. I'm an ion user and I'd love to have equivalent functionality implemented in a (*ahem*) better language.
You aren't the only ion refugee here. I certainly hope we can implement (probably as add-on modules) the best features of ion. -- David Roundy Department of Physics Oregon State University
participants (3)
-
David Roundy
-
dons@cse.unsw.edu.au
-
Michael Vanier