diff options
Diffstat (limited to 'community/gtk2hs-buildtools/PKGBUILD')
-rw-r--r-- | community/gtk2hs-buildtools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index 132968c78..8bfbd34c6 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110606 2014-05-04 13:54:46Z td123 $ +# $Id: PKGBUILD 115963 2014-07-19 16:04:47Z td123 $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=gtk2hs-buildtools pkgver=0.12.5.2 -pkgrel=2 +pkgrel=3 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') options=('staticlibs') -makedepends=('ghc=7.8.2-2' 'alex' 'happy' 'haskell-random' 'haskell-hashtables') +makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables') depends=('gmp') provides=('haskell-gtk2hs-buildtools') source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz") |