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

Felix Yan fyan at archlinux.org
Thu Dec 10 15:18:08 UTC 2015


    Date: Thursday, December 10, 2015 @ 16:18:08
  Author: fyan
Revision: 152210

GHC 7.10.3 rebuild

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 15:17:44 UTC (rev 152209)
+++ PKGBUILD	2015-12-10 15:18:08 UTC (rev 152210)
@@ -3,13 +3,13 @@
 _hkgname=text
 pkgname=haskell-text
 pkgver=1.2.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
 md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')



More information about the arch-commits mailing list