Date: Thursday, May 17, 2018 @ 13:01:59 Author: felixonmars Revision: 323749
upgpkg: haskell-protolude 0.2.2-2 rebuild with ghc 8.4.2 Modified: haskell-protolude/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 13:01:36 UTC (rev 323748) +++ PKGBUILD 2018-05-17 13:01:59 UTC (rev 323749) @@ -5,12 +5,12 @@ _hkgname=protolude pkgname=haskell-protolude pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A sensible set of defaults for writing custom Preludes." url="https://github.com/sdiehl/protolude" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 'haskell-mtl' 'haskell-stm' 'haskell-text' +depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
