Date: Wednesday, May 16, 2018 @ 16:22:48 Author: felixonmars Revision: 322927
upgpkg: haskell-monad-control 1.0.2.3-2 rebuild with ghc 8.4.2 Modified: haskell-monad-control/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 16:22:13 UTC (rev 322926) +++ PKGBUILD 2018-05-16 16:22:48 UTC (rev 322927) @@ -5,12 +5,12 @@ _hkgname=monad-control pkgname=haskell-monad-control pkgver=1.0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Lift control operations, like exception catching, through monad transformers" url="https://github.com/basvandijk/monad-control" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-stm" "haskell-transformers-base" "haskell-transformers-compat") +depends=('ghc-libs' "haskell-transformers-base" "haskell-transformers-compat") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4')
