sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Mark Bainter (6dcd01d7f626509465638cd2c1cfd22cf1ca2b3d)
- From: Mark Bainter <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (6dcd01d7f626509465638cd2c1cfd22cf1ca2b3d)
- Date: Thu, 19 Mar 2009 11:22:50 -0500
GIT changes to master grimoire by Mark Bainter <mbainter AT sourcemage.org>:
ChangeLog | 7 +++++++
devel/ghc/DETAILS | 4 ++--
devel/ghc/HISTORY | 3 +++
haskell/FUNCTIONS | 13 ++++++++++---
haskell/haskell-mtl/DETAILS | 4 ++--
haskell/haskell-mtl/HISTORY | 3 +++
haskell/haskell-network/DEPENDS | 2 ++
haskell/haskell-network/DETAILS | 13 +++++++++++++
haskell/haskell-network/HISTORY | 2 ++
haskell/haskell-network/POST_REMOVE | 1 +
haskell/haskell-network/POST_RESURRECT | 1 +
haskell/haskell-network/PRE_RESURRECT | 1 +
haskell/haskell-parsec/DETAILS | 4 ++--
haskell/haskell-parsec/HISTORY | 3 +++
haskell/haskell-quickcheck/BUILD | 3 +++
haskell/haskell-quickcheck/DETAILS | 4 ++--
haskell/haskell-quickcheck/HISTORY | 4 ++++
haskell/haskell-regex-base/DEPENDS | 1 +
haskell/haskell-regex-base/DETAILS | 13 +++++++++++++
haskell/haskell-regex-base/HISTORY | 2 ++
haskell/haskell-regex-base/POST_REMOVE | 1 +
haskell/haskell-regex-base/POST_RESURRECT | 1 +
haskell/haskell-regex-base/PRE_RESURRECT | 1 +
haskell/haskell-regex-compat/DEPENDS | 3 +++
haskell/haskell-regex-compat/DETAILS | 13 +++++++++++++
haskell/haskell-regex-compat/HISTORY | 2 ++
haskell/haskell-regex-compat/POST_REMOVE | 1 +
haskell/haskell-regex-compat/POST_RESURRECT | 1 +
haskell/haskell-regex-compat/PRE_RESURRECT | 1 +
haskell/haskell-regex-posix/DEPENDS | 2 ++
haskell/haskell-regex-posix/DETAILS | 13 +++++++++++++
haskell/haskell-regex-posix/HISTORY | 2 ++
haskell/haskell-regex-posix/POST_REMOVE | 1 +
haskell/haskell-regex-posix/POST_RESURRECT | 1 +
haskell/haskell-regex-posix/PRE_RESURRECT | 1 +
haskell/haskell-text/DEPENDS | 1 +
haskell/haskell-text/DETAILS | 13 +++++++++++++
haskell/haskell-text/HISTORY | 2 ++
haskell/haskell-text/POST_REMOVE | 1 +
haskell/haskell-text/POST_RESURRECT | 1 +
haskell/haskell-text/PRE_RESURRECT | 1 +
41 files changed, 140 insertions(+), 11 deletions(-)
New commits:
commit 6dcd01d7f626509465638cd2c1cfd22cf1ca2b3d
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>
FUNCTIONS: Updated to support $OPTS arguments to build command
ghc: Updated Spell to 6.10.1
haskell-mtl: Updated Spell to 1.1.0.2
haskell-html: Updated Spell to 1.0.1.1
haskell-parsec: Updated Spell to 3.0.0
haskell-quickcheck: Updated Spell to 2.1 and added custom restraint flag
required to build successfully under current release of ghc (6.10.1)
haskell-network: New Spell, DARCS Dependency
haskell-text: New Spell
haskell-regex-base: New Spell, haskell-regex-posix dependency
haskell-regex-posix: New Spell, haskell-regex-compat dependency
haskell-regex-compat: New Spell, DARCS dependency
diff --git a/ChangeLog b/ChangeLog
index eb9d866..a95fc3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-19 Mark Bainter <mbainter AT sourcemage.org>
+ * haskell/haskell-network: new spell, DARCS dependency
+ * haskell/haskell-text: new spell
+ * haskell/haskell-regex-base: new spell
+ * haskell/haskell-regex-posix: new spell
+ * haskell/haskell-regex-compat: new spell, DARCS dependency
+
2009-03-19 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/bmpanel: new spell, NETWM compliant panel
* security/fprintd: new spell, libfprint udev daemon
diff --git a/devel/ghc/DETAILS b/devel/ghc/DETAILS
index 1efc244..167a8b5 100755
--- a/devel/ghc/DETAILS
+++ b/devel/ghc/DETAILS
@@ -1,9 +1,9 @@
SPELL=ghc
- VERSION=6.8.2
+ VERSION=6.10.1
SOURCE=$SPELL-$VERSION-src.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.haskell.org/ghc/dist/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:595c02234ce1325052cb836f0b8951bc041bf958afe88edfacae1f0e0baedcebf78c5072715c99080be59ebeeb83cb928aa00b68b6024cdca565178343196345
+
SOURCE_HASH=sha512:5217892afffbf5761a938755b796137bddd8167833927fb1429887032eea3fc6f7333da55fd97f9dec75a7dc7f5ed1d8c5f34a797a8e3b922db5ee49296d5338
if [[ ! -x /usr/bin/ghc ]] ; then
ARCH="$(uname -m)"
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index a6b1035..facd7b6 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,6 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 6.10.1
+
2008-02-01 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: Updated to 6.8.2
diff --git a/haskell/FUNCTIONS b/haskell/FUNCTIONS
index fdc837f..48e5388 100755
--- a/haskell/FUNCTIONS
+++ b/haskell/FUNCTIONS
@@ -15,18 +15,18 @@ function detect_setup_file() {
#-------------------------------------------------------------------------
## Section-default build script.
#-------------------------------------------------------------------------
-function default_build() {
+function default_build_haskell() {
local setup_file
setup_file=$(detect_setup_file)
- runhaskell $setup_file configure --prefix=${INSTALL_ROOT}/usr
+ runhaskell $setup_file configure --prefix=${INSTALL_ROOT}/usr $OPTS
runhaskell $setup_file build
}
#-------------------------------------------------------------------------
## Section-default install script.
#-------------------------------------------------------------------------
-function default_install() {
+function default_install_haskell() {
local setup_file
local cabal_file
local share_dir
@@ -38,3 +38,10 @@ function default_install() {
mkdir -vp $share_dir
cp -v $cabal_file $share_dir
}
+
+function default_build() {
+ default_build_haskell
+}
+function default_install() {
+ default_install_haskell
+}
diff --git a/haskell/haskell-mtl/DETAILS b/haskell/haskell-mtl/DETAILS
index 0b10f98..230ebdb 100755
--- a/haskell/haskell-mtl/DETAILS
+++ b/haskell/haskell-mtl/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-mtl
- VERSION=1.1.0.0
+ VERSION=1.1.0.2
SOURCE="mtl-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/mtl/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:ff92ffe0bdd5591e8a942cf511de324150e91cced30ba83062a570eef15159b12cd02de25fbf67cda9ad9be786a778408a2d6c6ad75ad3c8e39b91ca04cf6d6d
+
SOURCE_HASH=sha512:a1086b476f7292847c6cdf9bd1c756e501b29226530253153b0094966aeba8c606ef3f127a762cc53577884100592a2b154795acb38867ab23c84f03dda55d68
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mtl-${VERSION}"
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-mtl/HISTORY b/haskell/haskell-mtl/HISTORY
index 1245150..ad6609a 100644
--- a/haskell/haskell-mtl/HISTORY
+++ b/haskell/haskell-mtl/HISTORY
@@ -1,3 +1,6 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.0.2
+
2007-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: updated spell to 1.1.0.0
diff --git a/haskell/haskell-network/DEPENDS b/haskell/haskell-network/DEPENDS
new file mode 100755
index 0000000..6f6be51
--- /dev/null
+++ b/haskell/haskell-network/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-parsec
diff --git a/haskell/haskell-network/DETAILS b/haskell/haskell-network/DETAILS
new file mode 100755
index 0000000..45e14c8
--- /dev/null
+++ b/haskell/haskell-network/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-network
+ VERSION=2.2.0.1
+ SOURCE="network-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/network/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:5f61eecdcbc90edda4dac07ca90357964a2f3b057c4ecf7006be5ad5234ef62ab0eda8790cf6c919368264ad8f0706d19219451c8ea342532a7780deffdeb0b9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/network-${VERSION}"
+
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network"
+ LICENSE[0]=BSD3
+ ENTERED=20070812
+ SHORT="Networking related facilities"
+cat << EOF
+Networking related facilities
+EOF
diff --git a/haskell/haskell-network/HISTORY b/haskell/haskell-network/HISTORY
new file mode 100644
index 0000000..d4e0f74
--- /dev/null
+++ b/haskell/haskell-network/HISTORY
@@ -0,0 +1,2 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/haskell/haskell-network/POST_REMOVE
b/haskell/haskell-network/POST_REMOVE
new file mode 100755
index 0000000..cebb9b7
--- /dev/null
+++ b/haskell/haskell-network/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_REMOVE
diff --git a/haskell/haskell-network/POST_RESURRECT
b/haskell/haskell-network/POST_RESURRECT
new file mode 100755
index 0000000..18c6ef5
--- /dev/null
+++ b/haskell/haskell-network/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_RESURRECT
diff --git a/haskell/haskell-network/PRE_RESURRECT
b/haskell/haskell-network/PRE_RESURRECT
new file mode 100755
index 0000000..a88ddcb
--- /dev/null
+++ b/haskell/haskell-network/PRE_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_PRE_RESURRECT
diff --git a/haskell/haskell-parsec/DETAILS b/haskell/haskell-parsec/DETAILS
index dd121e6..5db6a43 100755
--- a/haskell/haskell-parsec/DETAILS
+++ b/haskell/haskell-parsec/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-parsec
- VERSION=2.1.0.0
+ VERSION=3.0.0
SOURCE="parsec-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/parsec/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:35ca8202934d4530b4e371d272f744dbe5f3de72f1cc97522795ff5a7c4f0045addad5da9aa95c951a8adac26f022fe455dfcde164d66170367b6333705b20dc
+
SOURCE_HASH=sha512:62114158f631d45e21e3e3ba15c5a1356ddd2aa6fbd2494788775f765d30e5e05e97a5214bd5a1d9a4ac866810a510cd45552c11a59a1e4baae70382b9dca1ab
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/parsec-${VERSION}"
WEB_SITE="http://www.cs.uu.nl/~daan/parsec.html"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-parsec/HISTORY b/haskell/haskell-parsec/HISTORY
index 992cafd..d0915d7 100644
--- a/haskell/haskell-parsec/HISTORY
+++ b/haskell/haskell-parsec/HISTORY
@@ -1,3 +1,6 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.0
+
2007-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
* DEPENDS, DETAILS, HISTORY, POST_REMOVE, PRE_RESURRECT,
POST_RESURRECT:
spell created
diff --git a/haskell/haskell-quickcheck/BUILD
b/haskell/haskell-quickcheck/BUILD
new file mode 100755
index 0000000..f2ffcf5
--- /dev/null
+++ b/haskell/haskell-quickcheck/BUILD
@@ -0,0 +1,3 @@
+setup_file=$(detect_setup_file)
+runhaskell $setup_file configure --prefix=${INSTALL_ROOT}/usr
--constraint="base < 4" &&
+runhaskell $setup_file build
diff --git a/haskell/haskell-quickcheck/DETAILS
b/haskell/haskell-quickcheck/DETAILS
index fd2d84a..1c0a388 100755
--- a/haskell/haskell-quickcheck/DETAILS
+++ b/haskell/haskell-quickcheck/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-quickcheck
- VERSION=1.1.0.0
+ VERSION=2.1
SOURCE="QuickCheck-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:e4161bf8cded019e02f8912e1923d1aa82bdf3984239715a85100c0e3165df28f1a3e4568b2ad7a89852e99672d727d41237bc2ee9ed205f6ffcf53380e07a6d
+
SOURCE_HASH=sha512:a53e9465e1e062fe9f1766da4bb93a3a8ddd7bec79072abf5c3130b8ae70a02a51896542e96a97713fc7b170a77271c27726e1f5db4a9507421f735e4b086a83
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QuickCheck-${VERSION}"
WEB_SITE="http://www.math.chalmers.se/~rjmh/QuickCheck/"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-quickcheck/HISTORY
b/haskell/haskell-quickcheck/HISTORY
index 86fdd74..8c33082 100644
--- a/haskell/haskell-quickcheck/HISTORY
+++ b/haskell/haskell-quickcheck/HISTORY
@@ -1,3 +1,7 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 2.1
+ * BUILD: Added custom build file to add necessary constraint to
configure
+
2007-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: updated spell to 1.1.0.0
diff --git a/haskell/haskell-regex-base/DEPENDS
b/haskell/haskell-regex-base/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-regex-base/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-regex-base/DETAILS
b/haskell/haskell-regex-base/DETAILS
new file mode 100755
index 0000000..4f0ded7
--- /dev/null
+++ b/haskell/haskell-regex-base/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-regex-base
+ VERSION=0.93.1
+ SOURCE="regex-base-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/regex-base/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:fdc4ec06ed95079e2cd0fa2bce04311c2a40129ce6a7f09fde4504c606ee34ca159dfe51bdd540256090f2e40d069fe300463ea3a3a64f5ae7f5bce066d78200
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/regex-base-${VERSION}"
+
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base"
+ LICENSE[0]=BSD3
+ ENTERED=20070812
+ SHORT="Replaces/Enhances Text.Regex"
+cat << EOF
+"Replaces/Enhances Text.Regex"
+EOF
diff --git a/haskell/haskell-regex-base/HISTORY
b/haskell/haskell-regex-base/HISTORY
new file mode 100644
index 0000000..d4e0f74
--- /dev/null
+++ b/haskell/haskell-regex-base/HISTORY
@@ -0,0 +1,2 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/haskell/haskell-regex-base/POST_REMOVE
b/haskell/haskell-regex-base/POST_REMOVE
new file mode 100755
index 0000000..cebb9b7
--- /dev/null
+++ b/haskell/haskell-regex-base/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_REMOVE
diff --git a/haskell/haskell-regex-base/POST_RESURRECT
b/haskell/haskell-regex-base/POST_RESURRECT
new file mode 100755
index 0000000..18c6ef5
--- /dev/null
+++ b/haskell/haskell-regex-base/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_RESURRECT
diff --git a/haskell/haskell-regex-base/PRE_RESURRECT
b/haskell/haskell-regex-base/PRE_RESURRECT
new file mode 100755
index 0000000..a88ddcb
--- /dev/null
+++ b/haskell/haskell-regex-base/PRE_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_PRE_RESURRECT
diff --git a/haskell/haskell-regex-compat/DEPENDS
b/haskell/haskell-regex-compat/DEPENDS
new file mode 100755
index 0000000..a47773e
--- /dev/null
+++ b/haskell/haskell-regex-compat/DEPENDS
@@ -0,0 +1,3 @@
+depends ghc &&
+depends haskell-regex-base &&
+depends haskell-regex-posix
diff --git a/haskell/haskell-regex-compat/DETAILS
b/haskell/haskell-regex-compat/DETAILS
new file mode 100755
index 0000000..2cbe0c1
--- /dev/null
+++ b/haskell/haskell-regex-compat/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-regex-compat
+ VERSION=0.92
+ SOURCE="regex-compat-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/regex-compat/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:a439565a650204e1c8a09017607ab6aca689db0f08d0ed7ebd8ae80958bd55d48e1629b577b50939457b65cdca7d1a9413248b544c574991c015f5286c068dbc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/regex-compat-${VERSION}"
+
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat"
+ LICENSE[0]=BSD3
+ ENTERED=20070812
+ SHORT="Replaces/Enhances Text.Regex"
+cat << EOF
+Replaces/Enhances Text.Regex
+EOF
diff --git a/haskell/haskell-regex-compat/HISTORY
b/haskell/haskell-regex-compat/HISTORY
new file mode 100644
index 0000000..d4e0f74
--- /dev/null
+++ b/haskell/haskell-regex-compat/HISTORY
@@ -0,0 +1,2 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/haskell/haskell-regex-compat/POST_REMOVE
b/haskell/haskell-regex-compat/POST_REMOVE
new file mode 100755
index 0000000..cebb9b7
--- /dev/null
+++ b/haskell/haskell-regex-compat/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_REMOVE
diff --git a/haskell/haskell-regex-compat/POST_RESURRECT
b/haskell/haskell-regex-compat/POST_RESURRECT
new file mode 100755
index 0000000..18c6ef5
--- /dev/null
+++ b/haskell/haskell-regex-compat/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_RESURRECT
diff --git a/haskell/haskell-regex-compat/PRE_RESURRECT
b/haskell/haskell-regex-compat/PRE_RESURRECT
new file mode 100755
index 0000000..a88ddcb
--- /dev/null
+++ b/haskell/haskell-regex-compat/PRE_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_PRE_RESURRECT
diff --git a/haskell/haskell-regex-posix/DEPENDS
b/haskell/haskell-regex-posix/DEPENDS
new file mode 100755
index 0000000..a7d73c8
--- /dev/null
+++ b/haskell/haskell-regex-posix/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-regex-base
diff --git a/haskell/haskell-regex-posix/DETAILS
b/haskell/haskell-regex-posix/DETAILS
new file mode 100755
index 0000000..db90b16
--- /dev/null
+++ b/haskell/haskell-regex-posix/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-regex-posix
+ VERSION=0.94.1
+ SOURCE="regex-posix-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/regex-posix/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:061e752ce6e7c4f4397c389160906bb83517bba7c218acf9ca760aa51c20712fa054ae960d688a56588110aab58249455f200ad8d2c022c5ddc47425171bf500
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/regex-posix-${VERSION}"
+
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix"
+ LICENSE[0]=BSD3
+ ENTERED=20070812
+ SHORT="Replaces/Enhances Text.Regex"
+cat << EOF
+Replaces/Enhances Text.Regex
+EOF
diff --git a/haskell/haskell-regex-posix/HISTORY
b/haskell/haskell-regex-posix/HISTORY
new file mode 100644
index 0000000..d4e0f74
--- /dev/null
+++ b/haskell/haskell-regex-posix/HISTORY
@@ -0,0 +1,2 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/haskell/haskell-regex-posix/POST_REMOVE
b/haskell/haskell-regex-posix/POST_REMOVE
new file mode 100755
index 0000000..cebb9b7
--- /dev/null
+++ b/haskell/haskell-regex-posix/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_REMOVE
diff --git a/haskell/haskell-regex-posix/POST_RESURRECT
b/haskell/haskell-regex-posix/POST_RESURRECT
new file mode 100755
index 0000000..18c6ef5
--- /dev/null
+++ b/haskell/haskell-regex-posix/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_RESURRECT
diff --git a/haskell/haskell-regex-posix/PRE_RESURRECT
b/haskell/haskell-regex-posix/PRE_RESURRECT
new file mode 100755
index 0000000..a88ddcb
--- /dev/null
+++ b/haskell/haskell-regex-posix/PRE_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_PRE_RESURRECT
diff --git a/haskell/haskell-text/DEPENDS b/haskell/haskell-text/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-text/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-text/DETAILS b/haskell/haskell-text/DETAILS
new file mode 100755
index 0000000..141b434
--- /dev/null
+++ b/haskell/haskell-text/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-text
+ VERSION=0.1
+ SOURCE="text-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/text/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:bcb1a7707162dfb2d08a2e02b9d477fd0a5913e1f1472297579b28d34f558855ac353f50617496996cfc41dc4cfc05b73a6cb5cb2b3e036b2eb2ba41dba4c472
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/text-${VERSION}"
+
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text"
+ LICENSE[0]=BSD3
+ ENTERED=20070812
+ SHORT="An efficient packed Unicode text type"
+cat << EOF
+An efficient packed Unicode text type
+EOF
diff --git a/haskell/haskell-text/HISTORY b/haskell/haskell-text/HISTORY
new file mode 100644
index 0000000..d4e0f74
--- /dev/null
+++ b/haskell/haskell-text/HISTORY
@@ -0,0 +1,2 @@
+2009-03-17 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/haskell/haskell-text/POST_REMOVE
b/haskell/haskell-text/POST_REMOVE
new file mode 100755
index 0000000..cebb9b7
--- /dev/null
+++ b/haskell/haskell-text/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_REMOVE
diff --git a/haskell/haskell-text/POST_RESURRECT
b/haskell/haskell-text/POST_RESURRECT
new file mode 100755
index 0000000..18c6ef5
--- /dev/null
+++ b/haskell/haskell-text/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_POST_RESURRECT
diff --git a/haskell/haskell-text/PRE_RESURRECT
b/haskell/haskell-text/PRE_RESURRECT
new file mode 100755
index 0000000..a88ddcb
--- /dev/null
+++ b/haskell/haskell-text/PRE_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/HASKELL_PRE_RESURRECT
- [SM-Commit] GIT changes to master grimoire by Mark Bainter (6dcd01d7f626509465638cd2c1cfd22cf1ca2b3d), Mark Bainter, 03/19/2009
Archive powered by MHonArc 2.6.24.