[arch-commits] Commit in haskell-hashtables/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Sat Jul 12 03:09:43 UTC 2014
Date: Saturday, July 12, 2014 @ 05:09:42
Author: fyan
Revision: 115550
upgpkg: haskell-hashtables 1.1.2.1-2
ghc 7.8.3 rebuild
Modified:
haskell-hashtables/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-12 03:08:59 UTC (rev 115549)
+++ PKGBUILD 2014-07-12 03:09:42 UTC (rev 115550)
@@ -1,13 +1,13 @@
_hkgname=hashtables
pkgname=haskell-hashtables
pkgver=1.1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Mutable hash tables in the ST monad"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
options=('staticlibs')
-depends=('ghc=7.8.2-2' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
+depends=('ghc=7.8.3' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
md5sums=('e8880201938b78ba26ef33370912aeff')
More information about the arch-commits
mailing list