[arch-commits] Commit in ghc/trunk (PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Sun Mar 13 11:23:34 UTC 2011


    Date: Sunday, March 13, 2011 @ 07:23:34
  Author: vesa
Revision: 114407

fixes for FS#21365, #18917 and possibly 23247

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-13 10:38:54 UTC (rev 114406)
+++ PKGBUILD	2011-03-13 11:23:34 UTC (rev 114407)
@@ -2,12 +2,12 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=7.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
-depends=('perl' 'gmp>=5.0' gcc)
+depends=('perl' 'gmp>=5.0' gcc libxslt docbook-xsl)
 makedepends=(ghc happy perl)
 provides=("haskell-array=0.3.0.2"
           "haskell-bytestring=0.9.1.10"
@@ -63,6 +63,7 @@
   make DESTDIR=$pkgdir install
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
+  install -d $pkgdir/usr/share/haskell
 }
 
 md5sums=('946a18a0dc30437db72c0d3fdf26ca42'




More information about the arch-commits mailing list