[arch-commits] Commit in haskell-reducers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 23 14:08:23 UTC 2017
Date: Friday, June 23, 2017 @ 14:08:22
Author: felixonmars
Revision: 240402
upgpkg: haskell-reducers 3.12.1-33
rebuild with hashable,1.2.6.1
Modified:
haskell-reducers/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-23 14:06:51 UTC (rev 240401)
+++ PKGBUILD 2017-06-23 14:08:22 UTC (rev 240402)
@@ -5,12 +5,12 @@
_hkgname=reducers
pkgname=haskell-reducers
pkgver=3.12.1
-pkgrel=32
+pkgrel=33
pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
url="http://github.com/ekmett/reducers/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
+depends=('ghc' "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
"haskell-text" "haskell-unordered-containers")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
@@ -24,7 +24,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
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list