Date: Wednesday, November 2, 2016 @ 09:20:59 Author: felixonmars Revision: 194332
upgpkg: haskell-gtk2hs-buildtools 0.13.2.1-2 fix dependency Modified: haskell-gtk2hs-buildtools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-02 08:58:52 UTC (rev 194331) +++ PKGBUILD 2016-11-02 09:20:59 UTC (rev 194332) @@ -3,13 +3,13 @@ pkgname=haskell-gtk2hs-buildtools pkgver=0.13.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') arch=('i686' 'x86_64') -depends=('ghc=8.0.1') -makedepends=('alex' 'happy' 'haskell-random' 'haskell-hashtables') +depends=('ghc=8.0.1' 'haskell-random' 'haskell-hashtables') +makedepends=('alex' 'happy') provides=('gtk2hs-buildtools') conflicts=('gtk2hs-buildtools') replaces=('gtk2hs-buildtools')
