Date: Thursday, December 10, 2015 @ 17:46:08
  Author: foutrelis
Revision: 152396

GHC 7.10.3 rebuild

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 16:45:34 UTC (rev 152395)
+++ PKGBUILD    2015-12-10 16:46:08 UTC (rev 152396)
@@ -8,12 +8,12 @@
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
 pkgver=0.2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-hashable")
+depends=("ghc=7.10.3" "haskell-hashable")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"

Reply via email to