Date: Wednesday, May 16, 2018 @ 19:46:08 Author: felixonmars Revision: 323168
upgpkg: haskell-http-types 0.9.1-21 rebuild with ghc 8.4.2 Modified: haskell-http-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:45:32 UTC (rev 323167) +++ PKGBUILD 2018-05-16 19:46:08 UTC (rev 323168) @@ -5,12 +5,12 @@ _hkgname=http-types pkgname=haskell-http-types pkgver=0.9.1 -pkgrel=20 +pkgrel=21 pkgdesc="Generic HTTP types for Haskell (for both client and server code)." url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-text') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('b51c0f6946d1952fa0e91db1164d77ab12e0709fdf9555b53f5c25ed7c55365b433733a933dd2765ce14d0ca2685edce7573c9dbfb75ae49443b4f177d170c40')
