Date: Friday, June 23, 2017 @ 13:47:57 Author: felixonmars Revision: 240384
upgpkg: haskell-lens 4.15.3-3 rebuild with hashable,1.2.6.1 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:42:48 UTC (rev 240383) +++ PKGBUILD 2017-06-23 13:47:57 UTC (rev 240384) @@ -5,12 +5,12 @@ _hkgname=lens pkgname=haskell-lens pkgver=4.15.3 -pkgrel=2 +pkgrel=3 pkgdesc="Lenses, Folds and Traversals" url="http://github.com/ekmett/lens/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" +depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant" "haskell-distributive" "haskell-exceptions" "haskell-free" "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" "haskell-parallel" "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" "haskell-semigroups" @@ -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 \ -f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas -finlining \ -f-benchmark-uniplate
