Date: Wednesday, August 16, 2017 @ 07:39:36 Author: felixonmars Revision: 251249
upgpkg: haskell-path-io 1.3.3-4 GHC 8.2.1 rebuild Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 07:38:11 UTC (rev 251248) +++ PKGBUILD 2017-08-16 07:39:36 UTC (rev 251249) @@ -6,13 +6,14 @@ _hkgname=path-io pkgname=haskell-path-io pkgver=1.3.3 -pkgrel=3 +pkgrel=4 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 'haskell-temporary' +depends=('ghc-libs' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 'haskell-temporary' 'haskell-unix-compat') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") sha512sums=('af513783d7ae6a99556d67b8f7ed599b0b5285ced7ed4c0b12fb39ab16a043662cad86d24a54d2220892f8625a8229f04bf6d898419348eaee1992ca79e2f4c0') @@ -23,7 +24,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-dev 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 @@ -35,8 +35,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 -dm755 "$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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
