Date: Thursday, December 10, 2015 @ 17:47:52
  Author: fyan
Revision: 152402

GHC 7.10.3 rebuild

Modified:
  haskell-zip-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 16:47:12 UTC (rev 152401)
+++ PKGBUILD    2015-12-10 16:47:52 UTC (rev 152402)
@@ -5,12 +5,12 @@
 _hkgname=zip-archive
 pkgname=haskell-zip-archive
 pkgver=0.2.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for creating and modifying zip archives."
 url="http://github.com/jgm/zip-archive";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-digest" "haskell-mtl" "haskell-old-time" 
"haskell-text"
+depends=("ghc=7.10.3" "haskell-digest" "haskell-mtl" "haskell-old-time" 
"haskell-text"
          "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)

Reply via email to