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

Felix Yan fyan at archlinux.org
Thu Dec 10 16:41:38 UTC 2015


    Date: Thursday, December 10, 2015 @ 17:41:38
  Author: fyan
Revision: 152382

GHC 7.10.3 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 16:41:02 UTC (rev 152381)
+++ PKGBUILD	2015-12-10 16:41:38 UTC (rev 152382)
@@ -6,12 +6,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=12
+pkgrel=13
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname"
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.10.2' 'haskell-regex-base')
+depends=('ghc=7.10.3' 'haskell-regex-base')
 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