Date: Friday, May 18, 2018 @ 06:24:17 Author: felixonmars Revision: 324201
upgpkg: haskell-monad-journal 0.8.1-5 rebuild with ghc 8.4.2 Modified: haskell-monad-journal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:23:35 UTC (rev 324200) +++ PKGBUILD 2018-05-18 06:24:17 UTC (rev 324201) @@ -5,12 +5,12 @@ _hkgname=monad-journal pkgname=haskell-monad-journal pkgver=0.8.1 -pkgrel=4 +pkgrel=5 pkgdesc="Pure logger typeclass and monad transformer" url="https://github.com/phaazon/monad-journal" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-monad-control' 'haskell-mtl' 'haskell-transformers-base') +depends=('ghc-libs' 'haskell-monad-control' 'haskell-transformers-base') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('3fbc984b3f74d24fca71bc2530832f3748a64e636adfd504fe48e86fefabe53b0911e5b173b6acbbd85128c11f5bd2a7079d6c3fd622148aee7b56f26173379d')
