[Lunar-commits] <moonbase> hugs98: version bumped to Sep2006.
Florin Braescu
florin at lunar-linux.org
Sun Aug 16 09:03:44 CEST 2009
commit b5c6d9588bad130b28a665c3a67a5b1934c70f22
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 16 10:03:44 2009 +0300
hugs98: version bumped to Sep2006.
---
compilers/hugs98/BUILD | 13 +++++--------
compilers/hugs98/DETAILS | 13 +++++++------
2 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/compilers/hugs98/BUILD b/compilers/hugs98/BUILD
index 21905eb..717986d 100644
--- a/compilers/hugs98/BUILD
+++ b/compilers/hugs98/BUILD
@@ -1,12 +1,9 @@
(
- cd $SOURCE_DIRECTORY/src/unix &&
- ./configure --prefix=/usr \
- --enable-ffi \
- $OPTS &&
- cd ..
- make &&
- prepare_install &&
- make install
+ ./configure --prefix=/usr \
+ --enable-ffi \
+ $OPTS &&
+
+ default_make
) > $C_FIFO 2>&1
diff --git a/compilers/hugs98/DETAILS b/compilers/hugs98/DETAILS
index b009557..70e5499 100644
--- a/compilers/hugs98/DETAILS
+++ b/compilers/hugs98/DETAILS
@@ -1,14 +1,15 @@
MODULE=hugs98
- VERSION=Nov2002
+ VERSION=Sep2006
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://cvs.haskell.org/Hugs/downloads/$VERSION/
- WEB_SITE=http://www.haskell.org/hugs/
+ SOURCE_URL=http://cvs.haskell.org/Hugs/downloads/2006-09
+ SOURCE_VFY=sha1:bf3fec6b28ab812839d20a6c19d0f39e8190b4cc
+ WEB_SITE=http://www.haskell.org/hugs
SHORT="Haskell 98 interpreter"
ENTERED=20030812
UPDATED=20030812
PSAFE="no"
+
cat << EOF
-From the website -
-"Hugs 98 is a functional programming system based on Haskell 98, the de-facto
-standard for non-strict functional programming lanugages"
+Hugs 98 is a functional programming system based on Haskell 98, the de-facto
+standard for non-strict functional programming lanugages.
EOF
More information about the Lunar-commits
mailing list