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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 18:37:31 UTC 2017


    Date: Wednesday, August 16, 2017 @ 18:37:30
  Author: felixonmars
Revision: 251449

upgpkg: haskell-brick 0.19-7

GHC 8.2.1 rebuild

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 18:35:50 UTC (rev 251448)
+++ PKGBUILD	2017-08-16 18:37:30 UTC (rev 251449)
@@ -5,14 +5,15 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.19
-pkgrel=6
+pkgrel=7
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-vty" "haskell-data-clist" "haskell-dlist" "haskell-microlens"
+depends=('ghc-libs' "haskell-vty" "haskell-data-clist" "haskell-dlist" "haskell-microlens"
          "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" "haskell-contravariant"
          "haskell-stm" "haskell-text" "haskell-text-zipper")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('f4bf04c9c2a8a19849bd089d86942312b055e6e44addd3ba5f0caccb7ba01db987f341c2175ccbe47e1cb48b5c5b5866f082997de6647fbca6ad369631256d9b')
 
@@ -24,7 +25,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-demos
     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
@@ -36,8 +36,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