Date: Thursday, May 17, 2018 @ 08:49:28 Author: felixonmars Revision: 323521
upgpkg: haskell-css-text 0.1.3.0-14 rebuild with ghc 8.4.2 Modified: haskell-css-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 08:48:59 UTC (rev 323520) +++ PKGBUILD 2018-05-17 08:49:28 UTC (rev 323521) @@ -5,12 +5,12 @@ _hkgname=css-text pkgname=haskell-css-text pkgver=0.1.3.0 -pkgrel=13 +pkgrel=14 pkgdesc="CSS parser and renderer." url="http://www.yesodweb.com/" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-attoparsec" "haskell-text") +depends=('ghc-libs' "haskell-attoparsec") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('2f7b4fc758e3e6da7dadbaf48c9174770de8230ef4578d9fda610ca9b7a4ad497284623e382bf55111ddc852550275415f58311a2e726721f050d9f704050628')
