[arch-commits] Commit in haskell-hashable/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 12 02:59:03 UTC 2014


    Date: Saturday, July 12, 2014 @ 04:59:02
  Author: fyan
Revision: 115544

upgpkg: haskell-hashable 1.2.2.0-1

ghc 7.8.3 rebuild

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-12 02:50:40 UTC (rev 115543)
+++ PKGBUILD	2014-07-12 02:59:02 UTC (rev 115544)
@@ -1,6 +1,6 @@
 _hkgname=hashable
 pkgname=haskell-hashable
-pkgver=1.2.1.0
+pkgver=1.2.2.0
 pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}"
@@ -7,10 +7,10 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.2-2' 'sh' 'haskell-text')
+depends=('ghc=7.8.3' 'sh' 'haskell-text')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
-md5sums=('74f7cadb836e63f4d4b1a24be401228d')
+md5sums=('74981d48572ef7a97fd70df54be29aae')
 
 build() {
   cd ${_hkgname}-${pkgver}




More information about the arch-commits mailing list