15 Commits

Author SHA1 Message Date
kili
36cae14336 Update to hs-xmonad-contrib-0.15.
Joint work with Greg Steuck.
2019-09-30 12:40:20 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
kili
297f6faae3 Update to xmonad-contrib-0.13. 2018-01-22 22:08:03 +00:00
kili
cd775226ad Update to hs-xmonad-contrib-0.12. 2017-11-07 22:44:27 +00:00
kili
b2ba857eaf Update to hs-xmonad-contrib-0.11.4 and adjust dependencies.
From Jona Joachim (maintainer). Thanks.

(I added a missing file to pkg/PLIST and set MODGHC_PACKAGE_KEY to
reduce the noise for future updates)
2015-10-02 20:46:41 +00:00
kili
30707ba936 Update to xmonad-contrib-0.11.3. 2014-12-14 09:31:20 +00:00
dcoppa
4b80072b63 Update xmonad and hs-xmonad-contrib to 0.11
Bump x11/bluetile accordingly

OK kili@
2013-01-24 09:44:18 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
dcoppa
1aa54e8957 Update to xmonad-contrib-0.10
Ok kili@
2012-01-12 11:12:38 +00:00
kili
d43cd6c93f Tweak dependencies and bump. 2011-04-11 14:58:57 +00:00
jasper
ca2e0e7850 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 14:02:43 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
dcoppa
cb82cdc89e Import xmonad-contrib, third party extensions for xmonad.
From MAINTAINER Jona Joachim, with modifications by me. Thanks!

OK kili@
2010-05-10 08:05:08 +00:00