Date: Friday, May 18, 2018 @ 06:35:51 Author: felixonmars Revision: 324215
upgpkg: haskell-gtk 0.14.8-12 rebuild with ghc 8.4.2 Modified: haskell-gtk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:34:50 UTC (rev 324214) +++ PKGBUILD 2018-05-18 06:35:51 UTC (rev 324215) @@ -3,12 +3,12 @@ pkgname=haskell-gtk pkgver=0.14.8 -pkgrel=11 +pkgrel=12 pkgdesc="Binding to the gtk library for Gtk2Hs." url="https://hackage.haskell.org/package/gtk3" license=('LGPL2.1') arch=('x86_64') -depends=('ghc-libs' 'gtk3' 'haskell-pango' 'haskell-mtl' 'haskell-text') +depends=('ghc-libs' 'gtk3' 'haskell-pango') makedepends=('ghc' 'haskell-gtk2hs-buildtools') provides=('gtk2hs-gtk') replaces=('gtk2hs-gtk')
