Date: Thursday, May 17, 2018 @ 07:55:42 Author: felixonmars Revision: 323426
upgpkg: haskell-kan-extensions 5.1-16 rebuild with ghc 8.4.2 Modified: haskell-kan-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 07:55:01 UTC (rev 323425) +++ PKGBUILD 2018-05-17 07:55:42 UTC (rev 323426) @@ -5,13 +5,13 @@ _hkgname=kan-extensions pkgname=haskell-kan-extensions pkgver=5.1 -pkgrel=15 +pkgrel=16 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads" url="https://github.com/ekmett/kan-extensions/" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 'haskell-contravariant' - 'haskell-distributive' 'haskell-free' 'haskell-mtl' 'haskell-profunctors' + 'haskell-distributive' 'haskell-free' 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
