[arch-commits] Commit in haskell-foundation/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 10 04:46:18 UTC 2017
Date: Monday, July 10, 2017 @ 04:46:17
Author: felixonmars
Revision: 243483
upgpkg: haskell-foundation 0.0.13-1
rebuild with foundation,0.0.13
Modified:
haskell-foundation/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-10 04:25:18 UTC (rev 243482)
+++ PKGBUILD 2017-07-10 04:46:17 UTC (rev 243483)
@@ -4,7 +4,7 @@
_hkgname=foundation
pkgname=haskell-foundation
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="Alternative prelude with batteries and no dependencies"
url="https://github.com/haskell-foundation/foundation"
@@ -12,7 +12,7 @@
arch=('i686' 'x86_64')
depends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f02ab5e88e6c9278b278690a01961e78b094f91973d5cb0bae3fdc7ea85c1f66f9be3e5b37b273499ca4cf82a966b35d5cfb16b1525e058272238cbd68b5e7ee')
+sha512sums=('0db9f668759e886a93674a1dc0710ded2e2d48500e3f5a3cbbcfe58e21d76041704d0c6e4b2f819d6c20d1c1bffbec0776e489c22f9bfcb3c7888ebeeac7f2be')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- --libsubdir=\$compiler/site-local/\$pkgid \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-experimental -f-minimal-deps -f-doctest -f-bounds-check
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
More information about the arch-commits
mailing list