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

Vesa Kaihlavirta vesa at archlinux.org
Tue Jan 12 07:17:07 UTC 2010


    Date: Tuesday, January 12, 2010 @ 02:17:07
  Author: vesa
Revision: 62784

Attempt at including ghc's libs as provides

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |   48 +++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 43 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-12 07:09:37 UTC (rev 62783)
+++ PKGBUILD	2010-01-12 07:17:07 UTC (rev 62784)
@@ -2,21 +2,59 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=6.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
 depends=(gmp perl)
 makedepends=(ghc happy perl)
-provides=(haskell-cabal)
-replaces=("haskell-cabal<1.6.0.3")
+provides=("haskell-array=0.3.0.0"
+          "haskell-bytestring=0.9.1.5"
+          "haskell-cabal=1.8.0.2"
+          "haskell-containers=0.3.0.0"
+          "haskell-directory=1.0.1.0"       
+          "haskell-extensible-exceptions=0.1.1.1"
+          "haskell-filepath=1.1.0.3"
+          "haskell-haskell98=1.0.1.1"
+          "haskell-hpc=0.5.0.4"
+          "haskell-old-locale=1.0.0.2"
+          "haskell-old-time=1.0.0.3"
+          "haskell-pretty=1.0.1.1"
+          "haskell-process=1.0.1.2"
+          "haskell-random=1.0.0.2"
+          "haskell-syb=0.1.0.2"
+          "haskell-template-haskell=2.4.0.0"
+          "haskell-time=1.1.4"
+          "haskell-unix=2.4.0.0"
+          "haskell-utf8-string=0.3.4"
+         )
+replaces=("haskell-array<0.3.0.0" 
+          "haskell-bytestring<0.9.1.5"
+          "haskell-cabal<1.8.0.2"
+          "haskell-containers<0.3.0.0"
+          "haskell-directory<1.0.1.0"
+          "haskell-extensible-exceptions<0.1.1.1"
+          "haskell-filepath<1.1.0.3"
+          "haskell-haskell98<1.0.1.1"
+          "haskell-hpc<0.5.0.4"
+          "haskell-old-locale<1.0.0.2"
+          "haskell-old-time<1.0.0.3"
+          "haskell-pretty<1.0.1.1"
+          "haskell-process<1.0.1.2"
+          "haskell-random<1.0.0.2"
+          "haskell-syb<0.1.0.2"
+          "haskell-template-haskell<2.4.0.0"
+          "haskell-time<1.1.4"
+          "haskell-unix<2.4.0.0"
+          "haskell-utf8-string<0.3.4"
+         )
+
 backup=(usr/lib/ghc-6.12.1/package.conf)
 install=(ghc.install)
 
 source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
-#    "http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src-extralibs.tar.bz2"
-     build.mk ghc.install)
+        build.mk ghc.install)
 
 build() {
   cd $srcdir/$pkgname-$pkgver




More information about the arch-commits mailing list