Date: Wednesday, August 16, 2017 @ 20:17:03
  Author: felixonmars
Revision: 251535

upgpkg: haskell-yaml 0.8.23.3-5

GHC 8.2.1 rebuild

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-16 20:15:05 UTC (rev 251534)
+++ PKGBUILD    2017-08-16 20:17:03 UTC (rev 251535)
@@ -5,14 +5,15 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.8.23.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
          "haskell-resourcet" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
          "haskell-unordered-containers")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('95898c84db66d9e06d789461bbf8e4ba49c1c3a67e2d25c4aa456a9b3d46a4a82bb72e572e0bdffc961f342b96a67cd1acb92fd163b599dc87cd890f7be41a7d')
 
@@ -29,7 +30,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
     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
@@ -41,8 +41,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"

Reply via email to