Date: Wednesday, August 16, 2017 @ 18:18:39 Author: felixonmars Revision: 251433
upgpkg: haskell-insert-ordered-containers 0.2.1.0-30 GHC 8.2.1 rebuild Modified: haskell-insert-ordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 18:08:55 UTC (rev 251432) +++ PKGBUILD 2017-08-16 18:18:39 UTC (rev 251433) @@ -4,19 +4,21 @@ _hkgname=insert-ordered-containers pkgname=haskell-insert-ordered-containers pkgver=0.2.1.0 -pkgrel=29 +pkgrel=30 pkgdesc="Associative containers retating insertion order for traversals." url="https://github.com/phadej/insert-ordered-containers" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 'haskell-lens' +depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 'haskell-lens' 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 'haskell-unordered-containers') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b') prepare() { - sed -e 's/, semigroupoids >=4.3 && <5.2/, semigroupoids >=4.3 \&\& <5.3/' \ - -e 's/, aeson >=1.0.0.0 && <1.2/, aeson >=1.0.0.0 \&\& <1.3/' \ + sed -e 's/, semigroupoids >=4.3 && <5.2/, semigroupoids >=4.3/' \ + -e 's/, aeson >=1.0.0.0 && <1.2/, aeson >=1.0.0.0/' \ + -e 's/base >=4.6 && <4.10/base >=4.6/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal } @@ -27,7 +29,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 @@ -39,8 +40,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"
