[arch-commits] Commit in haskell-tasty-rerun/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Aug 16 18:01:32 UTC 2017


    Date: Wednesday, August 16, 2017 @ 18:01:31
  Author: felixonmars
Revision: 251427

upgpkg: haskell-tasty-rerun 1.1.7-8

GHC 8.2.1 rebuild

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 18:00:14 UTC (rev 251426)
+++ PKGBUILD	2017-08-16 18:01:31 UTC (rev 251427)
@@ -5,13 +5,14 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.7
-pkgrel=7
+pkgrel=8
 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-libs' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers"
          "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
 
@@ -22,7 +23,6 @@
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -34,8 +34,6 @@
     
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"



More information about the arch-commits mailing list