Date: Thursday, January 9, 2020 @ 14:08:24 Author: felixonmars Revision: 551196
upgpkg: haskell-time-compat 1.9.2.2-19: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1 Modified: haskell-time-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-09 14:04:41 UTC (rev 551195) +++ PKGBUILD 2020-01-09 14:08:24 UTC (rev 551196) @@ -3,7 +3,7 @@ _hkgname=time-compat pkgname=haskell-time-compat pkgver=1.9.2.2 -pkgrel=18 +pkgrel=19 pkgdesc="Compatibility package for time" url="https://github.com/phadej/time-compat" license=('BSD') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - sed -i -e 's/< *0.11/<1/' $_hkgname.cabal + sed -i -e 's/< *0.11/<1/' -e 's/< *1.9.3/<2/' $_hkgname.cabal } build() {
