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

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


    Date: Wednesday, December 22, 2010 @ 10:36:12
  Author: remy
Revision: 103716

upgpkg: haskell-haskeline 0.6.3.2-1
Minor update for mtl-2, install in /usr/lib/ghc-7.0.1

Modified:
  haskell-haskeline/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-22 15:24:37 UTC (rev 103715)
+++ PKGBUILD	2010-12-22 15:36:12 UTC (rev 103716)
@@ -3,23 +3,23 @@
 # Package generated by cabal2arch 0.7.6
 _hkgname=haskeline
 pkgname=haskell-haskeline
-pkgver=0.6.3.1
-pkgrel=2
+pkgver=0.6.3.2
+pkgrel=1
 pkgdesc="A command-line interface for user input, written in Haskell."
 url="http://hackage.haskell.org/package/haskeline"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.1' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=1.1.1.0' 'haskell-terminfo=0.3.1.3')
+depends=('ghc=7.0.1' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=2.0.1.0' 'haskell-terminfo=0.3.1.3')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('6d2aa86af220c9cd6d36948967497d93')
+md5sums=('d75863f63a1cfb499d0198e4f28ac2af')
 
 build() {
-    cd ${srcdir}/${_hkgname}-$pkgver
+    cd ${srcdir}/${_hkgname}-${pkgver}
     runhaskell Setup configure \
-      -O -p --enable-split-objs --enable-shared -fterminfo \
-      --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+      -O -p --enable-split-objs --enable-shared -fterminfo --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