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

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


    Date: Thursday, August 17, 2017 @ 09:10:09
  Author: felixonmars
Revision: 251656

upgpkg: haskell-yesod-form 1.4.13-12

GHC 8.2.1 rebuild

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 09:07:28 UTC (rev 251655)
+++ PKGBUILD	2017-08-17 09:10:09 UTC (rev 251656)
@@ -5,16 +5,17 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.13
-pkgrel=11
+pkgrel=12
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" "haskell-blaze-html"
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" "haskell-blaze-html"
          "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" "haskell-email-validate"
          "haskell-network-uri" "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
          "haskell-shakespeare" "haskell-text" "haskell-wai" "haskell-xss-sanitize"
          "haskell-yesod-core" "haskell-yesod-persistent")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
 
@@ -26,7 +27,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
@@ -38,8 +38,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