Date: Wednesday, May 16, 2018 @ 19:52:28 Author: felixonmars Revision: 323184
upgpkg: haskell-constraints 0.10-6 rebuild with ghc 8.4.2 Modified: haskell-constraints/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:51:48 UTC (rev 323183) +++ PKGBUILD 2018-05-16 19:52:28 UTC (rev 323184) @@ -5,12 +5,12 @@ _hkgname=constraints pkgname=haskell-constraints pkgver=0.10 -pkgrel=5 +pkgrel=6 pkgdesc="Constraint manipulation" url="https://github.com/ekmett/constraints/" license=("custom:BSD2") arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-mtl' 'haskell-semigroups' +depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroups' 'haskell-transformers-compat') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
