diff options
author | Don Stewart <dons@galois.com> | 2007-11-12 19:09:19 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-11-12 19:09:19 +0100 |
commit | c35f11a6fc5b50d4802055a950e9350e1d7528ac (patch) | |
tree | 1d3f1f6f62b4072fba70e1e9f4617512a2aa01ca /README | |
parent | 3d0e7fedba6e18dc9e6cf3a97c2eb08e0b224817 (diff) | |
download | XMonadContrib-c35f11a6fc5b50d4802055a950e9350e1d7528ac.tar.gz XMonadContrib-c35f11a6fc5b50d4802055a950e9350e1d7528ac.tar.xz XMonadContrib-c35f11a6fc5b50d4802055a950e9350e1d7528ac.zip |
HEADS UP: Rename XMonadContrib library as xmonad-contrib.
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.
darcs-hash:20071112180919-cba2c-1a58c3d5d29e86aaf391d823dd6c3427726a8f55.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -1,18 +1,10 @@ 3rd party xmonad extensions and contributions. -This repository can be overlayed on an xmonad repository. -Users may then import Haskell src from here, to extend their config -files. +Build and install as for other haskell packages: -scripts/ contains further external programs useful with xmonad. - -Haskell code contributed to this repo should live under the - - XMonadContrib. - -name space. For example: - - XMonadContrib.Mosaic + runhaskell Setup.lhs configure --user --prefix=$HOME + runhaskell Setup.lhs build + runhaskell Setup.lhs install --user ------------------------------------------------------------------------ |