Date: Friday, June 23, 2017 @ 13:38:10 Author: felixonmars Revision: 240378
upgpkg: haskell-foldl 1.3.0-3 rebuild with hashable,1.2.6.1 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:36:42 UTC (rev 240377) +++ PKGBUILD 2017-06-23 13:38:10 UTC (rev 240378) @@ -5,12 +5,12 @@ _hkgname=foldl pkgname=haskell-foldl pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-comonad" "haskell-contravariant" "haskell-mwc-random" "haskell-primitive" +depends=('ghc' "haskell-comonad" "haskell-contravariant" "haskell-mwc-random" "haskell-primitive" "haskell-profunctors" "haskell-text" "haskell-unordered-containers" "haskell-vector" "haskell-vector-builder") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -21,7 +21,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
