Date: Saturday, May 19, 2018 @ 06:39:41 Author: felixonmars Revision: 324381
upgpkg: haskell-attoparsec-iso8601 1.0.0.0-32 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-attoparsec-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 06:39:32 UTC (rev 324380) +++ PKGBUILD 2018-05-19 06:39:41 UTC (rev 324381) @@ -4,7 +4,7 @@ _hkgname=attoparsec-iso8601 pkgname=haskell-attoparsec-iso8601 pkgver=1.0.0.0 -pkgrel=31 +pkgrel=32 pkgdesc="Parsing of ISO 8601 dates, originally from aeson" url="https://github.com/bos/aeson" license=('custom:BSD3') @@ -14,6 +14,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('d4b545204429a73516eefa4ff1f174fb238544ca76258950275f146865873d2ebf00705dfdd16c17897ad3b10516aa2111eaaa27290e33009d033d227fbe6699') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*0.10/<1/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
