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

Felix Yan fyan at archlinux.org
Thu Dec 10 15:23:59 UTC 2015


    Date: Thursday, December 10, 2015 @ 16:23:59
  Author: fyan
Revision: 152232

GHC 7.10.3 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 15:23:25 UTC (rev 152231)
+++ PKGBUILD	2015-12-10 15:23:59 UTC (rev 152232)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=12
+pkgrel=13
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-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
 options=('staticlibs')



More information about the arch-commits mailing list