Date: Thursday, December 10, 2015 @ 17:43:52
  Author: foutrelis
Revision: 152392

GHC 7.10.3 rebuild

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 16:43:27 UTC (rev 152391)
+++ PKGBUILD    2015-12-10 16:43:52 UTC (rev 152392)
@@ -5,13 +5,13 @@
 _hkgname=hashtables
 pkgname=haskell-hashtables
 pkgver=1.2.1.0
-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-hashable' 'haskell-primitive' 
'haskell-vector')
+depends=('ghc=7.10.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=('2ee6506e6bda88f6b85a343609ad90c4')

Reply via email to