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

Rémy Oudompheng remy at archlinux.org
Wed Dec 22 15:23:48 UTC 2010


    Date: Wednesday, December 22, 2010 @ 10:23:48
  Author: remy
Revision: 103711

upgpkg: haskell-quickcheck 2.4.0.1-2
Rebuild for mtl-2, install in /usr/lib/ghc-7.0.1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-22 15:15:16 UTC (rev 103710)
+++ PKGBUILD	2010-12-22 15:23:48 UTC (rev 103711)
@@ -4,20 +4,21 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatic testing of Haskell programs"
 url="http://hackage.haskell.org/package/QuickCheck"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.1 haskell-mtl=1.1.1.0 sh)
+depends=(ghc=7.0.1 haskell-mtl=2.0.1.0 sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/QuickCheck/$pkgver/QuickCheck-$pkgver.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 md5sums=('e8c86e95fd1fa4c58fc8e53e2853db5e')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr \
+      --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script




More information about the arch-commits mailing list