Date: Friday, June 23, 2017 @ 14:10:12 Author: felixonmars Revision: 240404
upgpkg: haskell-tasty-rerun 1.1.6-30 rebuild with hashable,1.2.6.1 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:08:48 UTC (rev 240403) +++ PKGBUILD 2017-06-23 14:10:12 UTC (rev 240404) @@ -5,12 +5,12 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.6 -pkgrel=29 +pkgrel=30 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" url="http://github.com/ocharles/tasty-rerun" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" +depends=('ghc' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79') @@ -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
