[arch-commits] Commit in haskell-hashtables/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Dec 26 09:46:33 UTC 2014
Date: Friday, December 26, 2014 @ 10:46:33
Author: fyan
Revision: 124622
upgpkg: haskell-hashtables 1.2.0.1-1
ghc 7.8.4 rebuild
Modified:
haskell-hashtables/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-26 09:39:18 UTC (rev 124621)
+++ PKGBUILD 2014-12-26 09:46:33 UTC (rev 124622)
@@ -1,16 +1,16 @@
_hkgname=hashtables
pkgname=haskell-hashtables
-pkgver=1.1.2.1
-pkgrel=2
+pkgver=1.2.0.1
+pkgrel=1
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.3' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
+depends=('ghc=7.8.4' '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')
+md5sums=('2dde898f35dbd9d7d1e1fad8b68a22cb')
build() {
cd ${_hkgname}-${pkgver}
More information about the arch-commits
mailing list