Date: Friday, May 18, 2018 @ 06:43:04 Author: felixonmars Revision: 324225
upgpkg: haskell-djinn-ghc 0.0.2.3-12 rebuild with ghc 8.4.2 Modified: haskell-djinn-ghc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:42:29 UTC (rev 324224) +++ PKGBUILD 2018-05-18 06:43:04 UTC (rev 324225) @@ -5,12 +5,12 @@ _hkgname=djinn-ghc pkgname=haskell-djinn-ghc pkgver=0.0.2.3 -pkgrel=11 +pkgrel=12 pkgdesc="Generate Haskell code from a type. Bridge from Djinn to GHC API." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-async" "haskell-djinn-lib" "haskell-ghc" "haskell-mtl") +depends=('ghc-libs' "haskell-async" "haskell-djinn-lib" "haskell-ghc") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('441b6ce7f5d7e4672394bcc6654db9405406540e68855c41b7db33ef9e267178aa56f20209c4a91ffda59a7e44847c7bfebfa3f0c3df3d0868600f34912d9ae8')
