Date: Wednesday, July 26, 2017 @ 14:49:29 Author: felixonmars Revision: 246429
upgpkg: cabal-helper 0.7.3.0-5 rebuild with temporary,1.2.1.1 Modified: cabal-helper/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-26 14:47:29 UTC (rev 246428) +++ PKGBUILD 2017-07-26 14:49:29 UTC (rev 246429) @@ -4,12 +4,12 @@ pkgname=cabal-helper pkgver=0.7.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="Simple interface to some of Cabals configuration state used by ghc-mod" url="https://hackage.haskell.org/package/${pkgname}" license=("AGPL3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-mtl" "haskell-temporary" "haskell-utf8-string") +depends=('ghc' "haskell-mtl" "haskell-temporary" "haskell-utf8-string") conflicts=('haskell-cabal-helper') replaces=('haskell-cabal-helper') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --libexecdir="/usr/lib" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-dev runhaskell Setup build runhaskell Setup haddock --hoogle --html
