New commits:
commit 12e9e9d611d56475b1688df7ed0b49e94b0e4d4b
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
windowmanagers/xmonad: doesn't depend on haskell-x11-extras
commit 13caed13216774e131ae543b26c7663b7c783846
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
haskell/haskell-x11: updated to 1.4.0
commit 71e06e376f726922a4161614856a01884e7f763f
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
haskell/haskell-quickcheck: updated to 1.1.0.0
commit 31a2050ef32e98428374a0c9025a1c550312ff58
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
haskell/haskell-mtl: updated to 1.1.0.0
commit 40297ad8aeaf39b3452dd66aaa4141d23824577f
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
haskell/haskell-html: updated to 1.0.1.1
commit da1c9ad137db90f457691bdc785c96e8d8a96f37
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
LICENSE[0]=BSD
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index 5373575..761a25b 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,7 @@
+2007-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, BUILD: updated spell to 6.8.1, cleaned up
+ * UP_TRIGGERS: added, up_trigger every library on every cast
+
2007-10-30 Alexander Tsamutali <astsmtl AT gmail.com>
* CONFIGURE, PRE_BUILD, build.mk.no-opts:
Added option for quick unoptimised build
diff --git a/devel/ghc/UP_TRIGGERS b/devel/ghc/UP_TRIGGERS
new file mode 100755
index 0000000..2780b0d
--- /dev/null
+++ b/devel/ghc/UP_TRIGGERS
@@ -0,0 +1,12 @@
+# up_trigger every library on every cast to keep package.conf in actual state
+
+if spell_ok $SPELL; then
+ message "Every time ghc is rebuilt it overwrites package.conf :("
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL); do
+ # Check in the install logs if haskell packages has been installed
+ if gaze install $each | grep -q '\.cabal$'; then
+ up_trigger $each cast_self
+ fi
+ done
+fi
diff --git a/haskell/haskell-html/DETAILS b/haskell/haskell-html/DETAILS
index 22cb011..98d9714 100755
--- a/haskell/haskell-html/DETAILS
+++ b/haskell/haskell-html/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-html
- VERSION=1.0
+ VERSION=1.0.1.1
SOURCE="html-${VERSION}.tar.gz"