Date: Saturday, July 8, 2017 @ 13:52:13 Author: felixonmars Revision: 243335
upgpkg: haskell-tasty-hunit 0.9.2-25 rebuild with tasty,0.11.2.2 Modified: haskell-tasty-hunit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-08 13:50:55 UTC (rev 243334) +++ PKGBUILD 2017-07-08 13:52:13 UTC (rev 243335) @@ -5,12 +5,12 @@ _hkgname=tasty-hunit pkgname=haskell-tasty-hunit pkgver=0.9.2 -pkgrel=24 +pkgrel=25 pkgdesc="HUnit support for the Tasty test framework." url="http://documentup.com/feuerbach/tasty" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-tasty") +depends=('ghc' "haskell-tasty") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623') @@ -19,7 +19,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
