Date: Tuesday, August 15, 2017 @ 17:07:37 Author: felixonmars Revision: 251097
remove unneeded dependencies (which were left because of some parser bugs) Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 17:06:46 UTC (rev 251096) +++ PKGBUILD 2017-08-15 17:07:37 UTC (rev 251097) @@ -10,8 +10,7 @@ url="https://github.com/kazu-yamamoto/http2" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex" - "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector" 'haskell-word8') +depends=('ghc-libs' "haskell-case-insensitive" "haskell-psqueues" "haskell-stm") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43') @@ -22,7 +21,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ @@ -36,7 +35,7 @@ package() { cd "${srcdir}/${_hkgname}-${pkgver}" - + install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" runhaskell Setup copy --destdir="${pkgdir}"
