Date: Wednesday, December 16, 2020 @ 12:49:38 Author: felixonmars Revision: 776660
upgpkg: haskell-config-ini 0.2.4.0-159: rebuild with megaparsec 9.0.0, hspec-megaparsec 2.2.0 Modified: haskell-config-ini/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-16 12:32:54 UTC (rev 776659) +++ PKGBUILD 2020-12-16 12:49:38 UTC (rev 776660) @@ -4,20 +4,20 @@ _hkgname=config-ini pkgname=haskell-config-ini pkgver=0.2.4.0 -pkgrel=158 +pkgrel=159 pkgdesc="A library for simple INI-based configuration files." url="https://github.com/aisamanra/config-ini" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec') -makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 'haskell-microlens') +makedepends=('ghc' 'uusi' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 'haskell-microlens') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('76af8bf132d545425d9db5579df2e37fa08cad479adf5f586fb3becd0712e2329eae019db1796cd24c6fda80aa958e45450ebae74a5bcbdfad9337ae44696a5e') prepare() { cd $_hkgname-$pkgver - sed -i 's/<8/<9/' $_hkgname.cabal - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + uusi -u megaparsec $_hkgname.cabal + gen-setup } build() {
