Date: Wednesday, October 7, 2015 @ 02:56:16
  Author: foutrelis
Revision: 143124

GHC 7.10.2 rebuild

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-07 00:55:18 UTC (rev 143123)
+++ PKGBUILD    2015-10-07 00:56:16 UTC (rev 143124)
@@ -1,13 +1,13 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.2.3.3
-pkgrel=0
+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.10.1' 'sh' 'haskell-text')
+depends=('ghc=7.10.2' 'sh' 'haskell-text')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('f8f0630f5f715b5693682895cd57cc46')

Reply via email to