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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 09:15:46 UTC 2017


    Date: Thursday, August 17, 2017 @ 09:15:45
  Author: felixonmars
Revision: 251660

upgpkg: haskell-yesod-auth 1.4.17.2-46

GHC 8.2.1 rebuild

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 09:13:07 UTC (rev 251659)
+++ PKGBUILD	2017-08-17 09:15:45 UTC (rev 251660)
@@ -5,12 +5,12 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=45
+pkgrel=46
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
          "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
          "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
          "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
@@ -20,6 +20,7 @@
          "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
          "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
          "haskell-yesod-persistent")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
 
@@ -31,7 +32,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fnetwork-uri
     runhaskell Setup build
-    LC_CTYPE=en_US.UTF-8 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
@@ -43,8 +43,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