Date: Thursday, May 17, 2018 @ 14:51:02 Author: felixonmars Revision: 323851
upgpkg: haskell-config-ini 0.2.2.0-41 rebuild with ghc 8.4.2 Modified: haskell-config-ini/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 14:49:04 UTC (rev 323850) +++ PKGBUILD 2018-05-17 14:51:02 UTC (rev 323851) @@ -5,20 +5,16 @@ _hkgname=config-ini pkgname=haskell-config-ini pkgver=0.2.2.0 -pkgrel=40 +pkgrel=41 pkgdesc="A library for simple INI-based configuration files." url="https://github.com/aisamanra/config-ini" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-text' 'haskell-unordered-containers' 'haskell-megaparsec') +depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec') makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 'haskell-microlens') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('901745b9e6f2eb5d6458c8702a4a112f115448a89152eeec6610096ffb82577f132f0ab748835a9a55c293840674652791a54c746289fd718f37bd41ea3b4ed1') -prepare() { - sed -i 's/doctest \[ /doctest [ "-dynamic", /' $_hkgname-$pkgver/test/doctest/Main.hs -} - build() { cd $_hkgname-$pkgver
