Date: Thursday, May 17, 2018 @ 07:17:47 Author: felixonmars Revision: 323359
upgpkg: haskell-adjunctions 4.4-14 rebuild with ghc 8.4.2 Modified: haskell-adjunctions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 07:17:43 UTC (rev 323358) +++ PKGBUILD 2018-05-17 07:17:47 UTC (rev 323359) @@ -5,13 +5,13 @@ _hkgname=adjunctions pkgname=haskell-adjunctions pkgver=4.4 -pkgrel=13 +pkgrel=14 pkgdesc="Adjunctions and representable functors" url="https://github.com/ekmett/adjunctions/" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-distributive' - 'haskell-free' 'haskell-mtl' 'haskell-profunctors' 'haskell-semigroupoids' + 'haskell-free' 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-tagged' 'haskell-transformers-compat' 'haskell-void') makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec')
