[arch-commits] Commit in ghc/repos (testing-i686 testing-i686/PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Tue Jan 12 13:16:53 UTC 2010


    Date: Tuesday, January 12, 2010 @ 08:16:53
  Author: vesa
Revision: 62794

Merged revisions 62784 via svnmerge from 
svn+ssh://vesa@gerolde.archlinux.org/srv/svn-packages/ghc/trunk

........
  r62784 | vesa | 2010-01-12 09:17:07 +0200 (Tue, 12 Jan 2010) | 2 lines
  
  Attempt at including ghc's libs as provides
........

Modified:
  ghc/repos/testing-i686/	(properties)
  ghc/repos/testing-i686/PKGBUILD

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


Property changes on: ghc/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /ghc/trunk:1-61179
   + /ghc/trunk:1-62793

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2010-01-12 12:56:31 UTC (rev 62793)
+++ testing-i686/PKGBUILD	2010-01-12 13:16:53 UTC (rev 62794)
@@ -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