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

Rémy Oudompheng remy at archlinux.org
Tue Dec 28 12:35:59 UTC 2010


    Date: Tuesday, December 28, 2010 @ 07:35:59
  Author: remy
Revision: 104083

upgpkg: haskell-cgi 3001.1.7.4-1
Update for HP2011 alpha, install under /usr/lib/ghc-7.0.1

Modified:
  haskell-cgi/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-28 12:31:24 UTC (rev 104082)
+++ PKGBUILD	2010-12-28 12:35:59 UTC (rev 104083)
@@ -3,22 +3,23 @@
 # Package generated by cabal2arch 0.7.6
 _hkgname=cgi
 pkgname=haskell-cgi
-pkgver=3001.1.7.3
-pkgrel=5
+pkgver=3001.1.7.4
+pkgrel=1
 pkgdesc="A library for writing CGI programs"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.0.1' 'haskell-mtl=1.1.1.0' 'haskell-network' 'haskell-parsec=2.1.0.1' 'haskell-xhtml=3000.2.0.1')
+depends=('ghc=7.0.1' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3' 'haskell-parsec=3.1.0' 'haskell-xhtml=3000.2.0.1')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('1a6aa04d9b41d925d35bd1df704d1dc4')
+md5sums=('0e551afc8d6f39aaa70520e31de26506')
 
 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