Date: Wednesday, May 16, 2018 @ 15:33:32 Author: felixonmars Revision: 322883
upgpkg: haskell-exceptions 0.8.3-8 rebuild with ghc 8.4.2 Modified: haskell-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 15:30:39 UTC (rev 322882) +++ PKGBUILD 2018-05-16 15:33:32 UTC (rev 322883) @@ -5,12 +5,12 @@ _hkgname=exceptions pkgname=haskell-exceptions pkgver=0.8.3 -pkgrel=7 +pkgrel=8 pkgdesc="Extensible optionally-pure exceptions" url="https://github.com/ekmett/exceptions/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-stm" "haskell-transformers-compat") +depends=('ghc-libs' "haskell-transformers-compat") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('1b650d979e27c3307a7b58ea09fe19bfd97a35fb75aa526237cfe4fe68c99560794dc8985b601da1fc6cefb8358c76f60df822b709c621172785343233cee89a')
