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

Felix Yan felixonmars at archlinux.org
Sun Jun 18 17:34:29 UTC 2017


    Date: Sunday, June 18, 2017 @ 17:34:29
  Author: felixonmars
Revision: 238093

upgpkg: alex 3.2.1-4

rebuild with ghc,8.0.2

Modified:
  alex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-18 17:20:36 UTC (rev 238092)
+++ PKGBUILD	2017-06-18 17:34:29 UTC (rev 238093)
@@ -6,13 +6,13 @@
 
 pkgname=alex
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64' 'i686')
 url='https://hackage.haskell.org/package/alex'
 license=('custom:BSD3')
-depends=('gmp' 'libffi')
-makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi')
+depends=('ghc' 'haskell-quickcheck')
+makedepends=('happy')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
 
@@ -19,7 +19,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" --enable-executable-dynamic
   runghc Setup.lhs build
 }
 



More information about the arch-commits mailing list