mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
After building and install as normal, be sure to unregister your old XMonadContrib library: $ ghc-pkg unregister --user XMonadContrib-0.4 $ ghc-pkg unregister XMonadContrib-0.4 And then your ~/.xmonad/* stuff should link as normal.
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
3rd party xmonad extensions and contributions.
|
|
|
|
Build and install as for other haskell packages:
|
|
|
|
runhaskell Setup.lhs configure --user --prefix=$HOME
|
|
runhaskell Setup.lhs build
|
|
runhaskell Setup.lhs install --user
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
Code submitted to the contrib repo is licensed under the same license as
|
|
xmonad itself, with copyright held by the authors.
|