Date: Wednesday, August 16, 2017 @ 17:57:32 Author: felixonmars Revision: 251423
upgpkg: haskell-pointed 5-43 GHC 8.2.1 rebuild Modified: haskell-pointed/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 17:56:21 UTC (rev 251422) +++ PKGBUILD 2017-08-16 17:57:32 UTC (rev 251423) @@ -5,14 +5,15 @@ _hkgname=pointed pkgname=haskell-pointed pkgver=5 -pkgrel=42 +pkgrel=43 pkgdesc="Pointed and copointed data" url="http://github.com/ekmett/pointed/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-comonad" "haskell-data-default-class" "haskell-hashable" +depends=('ghc-libs' "haskell-comonad" "haskell-data-default-class" "haskell-hashable" "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" "haskell-stm" "haskell-tagged" "haskell-transformers-compat" "haskell-unordered-containers") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17') @@ -29,7 +30,6 @@ -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \ -fstm -ftagged -ftransformers -funordered-containers 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"
