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

Felix Yan fyan at archlinux.org
Thu Dec 10 16:17:51 UTC 2015


    Date: Thursday, December 10, 2015 @ 17:17:51
  Author: fyan
Revision: 152316

GHC 7.10.3 rebuild

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 16:16:24 UTC (rev 152315)
+++ PKGBUILD	2015-12-10 16:17:51 UTC (rev 152316)
@@ -1,13 +1,13 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.2.3.3
-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.10.2' 'sh' 'haskell-text')
+depends=('ghc=7.10.3' 'sh' 'haskell-text')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
 md5sums=('f8f0630f5f715b5693682895cd57cc46')



More information about the arch-commits mailing list