From c35f11a6fc5b50d4802055a950e9350e1d7528ac Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 12 Nov 2007 19:09:19 +0100 Subject: 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 --- README | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index 57cd7ed..c2b4ef4 100644 --- a/README +++ b/README @@ -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 ------------------------------------------------------------------------ -- cgit v1.2.3