[arch-commits] Commit in haskell-protolude/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 15 14:57:50 UTC 2017
Date: Tuesday, August 15, 2017 @ 14:57:50
Author: felixonmars
Revision: 250978
upgpkg: haskell-protolude 0.2-2
GHC 8.2.1 rebuild
Modified:
haskell-protolude/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-15 14:56:47 UTC (rev 250977)
+++ PKGBUILD 2017-08-15 14:57:50 UTC (rev 250978)
@@ -5,13 +5,14 @@
_hkgname=protolude
pkgname=haskell-protolude
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A sensible set of defaults for writing custom Preludes."
url="https://github.com/sdiehl/protolude"
license=("MIT")
arch=('i686' 'x86_64')
-depends=('ghc' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" "haskell-stm"
+depends=('ghc-libs' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" "haskell-stm"
"haskell-text")
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('94cb85b1d4540dc834018e1bc6816e505d9c445e4df4d48db1cc11b75eeda65fb67cf5ae8e0194c3cdeaa1c470c621ba0449fa7960237a12c3faeb8d77e45d33')
@@ -26,7 +27,6 @@
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
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
@@ -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