Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=485021fa83434d6c7f794650ece20ebc3062dd01

commit 485021fa83434d6c7f794650ece20ebc3062dd01
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Sep 9 23:33:25 2009 +0200

haskell-extensible-exceptions-0.1.1.0-1-i686

- new package

diff --git a/source/devel-extra/haskell-extensible-exceptions/FrugalBuild 
b/source/devel-extra/haskell-extensible-exceptions/FrugalBuild
new file mode 100644
index 0000000..eeb903d
--- /dev/null
+++ b/source/devel-extra/haskell-extensible-exceptions/FrugalBuild
@@ -0,0 +1,14 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: jercel <jerce...@gmail.com>
+# Contributor: Miklos Vajna <vmik...@frugalware.org>
+
+pkgname=haskell-extensible-exceptions
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="Provides extensible exceptions for both new and old versions of GHC."
+archs=('i686' 'x86_64')
+depends=('ghc>=6.10.1')
+groups=('devel-extra')
+sha1sums=('f040a87f0824f7a6ee05fec21c3c79e3df570a35')
+_F_haskell_setup="Setup.hs"
+Finclude haskell
diff --git a/source/include/haskell.sh b/source/include/haskell.sh
index 4e61d06..0d93e9b 100644
--- a/source/include/haskell.sh
+++ b/source/include/haskell.sh
@@ -38,7 +38,7 @@
###
# General variables
if [ -z "$_F_haskell_name" ]; then
-       _F_haskell_name=$pkgname
+       _F_haskell_name=${pkgname##haskell-}
fi
if [ -z "$_F_haskell_install" ]; then
_F_haskell_install="src/haskell.install"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to