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

Felix Yan felixonmars at archlinux.org
Fri Dec 9 03:55:40 UTC 2016


    Date: Friday, December 9, 2016 @ 03:55:40
  Author: felixonmars
Revision: 198524

upgpkg: haskell-math-functions 0.2.1.0-1

rebuild with math-functions-0.2.1.0

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-09 02:55:39 UTC (rev 198523)
+++ PKGBUILD	2016-12-09 03:55:40 UTC (rev 198524)
@@ -4,7 +4,7 @@
 
 _hkgname=math-functions
 pkgname=haskell-math-functions
-pkgver=0.2.0.2
+pkgver=0.2.1.0
 pkgrel=1
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions"
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-primitive" "haskell-vector" "haskell-vector-th-unbox")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2358ee156011a9d97cae2596c788bd00cd6ee698e5fb1c67e0eefb15aff24737')
+sha256sums=('f71b5598de453546396a3f5f7f6ce877fffcc996639b7569d8628cae97da65eb')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,8 @@
     
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -f-system-expm1
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list