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

Felix Yan felixonmars at archlinux.org
Tue Aug 15 10:20:48 UTC 2017


    Date: Tuesday, August 15, 2017 @ 10:20:48
  Author: felixonmars
Revision: 250860

upgpkg: haskell-quickcheck 2.10.0.1-2

GHC 8.2.1 rebuild

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 10:19:00 UTC (rev 250859)
+++ PKGBUILD	2017-08-15 10:20:48 UTC (rev 250860)
@@ -6,12 +6,13 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.10.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-random' 'haskell-tf-random')
+depends=('ghc-libs' 'haskell-random' 'haskell-tf-random')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha512sums=('513e55190f3ecba5d38c465c517ff7b8aafea0e1a307a81736be7ea841a326547db4348d73c196e6413f57961809a51b2ce8e44819287836b8a90007cd239fdc')
 
@@ -25,7 +26,6 @@
     -ftemplateHaskell
 
   runhaskell Setup build
-  runhaskell Setup haddock --hoogle --html
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
 
@@ -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