Date: Friday, June 23, 2017 @ 14:48:25 Author: felixonmars Revision: 240428
upgpkg: haskell-bower-json 1.0.0.1-19 rebuild with hashable,1.2.6.1 Modified: haskell-bower-json/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:46:42 UTC (rev 240427) +++ PKGBUILD 2017-06-23 14:48:25 UTC (rev 240428) @@ -5,12 +5,12 @@ _hkgname=bower-json pkgname=haskell-bower-json pkgver=1.0.0.1 -pkgrel=18 +pkgrel=19 pkgdesc="Read bower.json from Haskell" url="https://github.com/hdgarrood/bower-json" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" "haskell-scientific" +depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" "haskell-scientific" "haskell-text" "haskell-unordered-containers" "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('7aa954e2b1bf79307db710c158108bd9ddb45b333ca96072cdbfaf96c77b7e73') @@ -20,7 +20,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
