Date: Thursday, December 10, 2015 @ 16:06:44 Author: fyan Revision: 152186
GHC 7.10.3 rebuild Modified: haskell-base16-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 15:06:23 UTC (rev 152185) +++ PKGBUILD 2015-12-10 15:06:44 UTC (rev 152186) @@ -5,12 +5,12 @@ _hkgname=base16-bytestring pkgname=haskell-base16-bytestring pkgver=0.1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings" url="http://github.com/bos/base16-bytestring" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2") +depends=("ghc=7.10.3") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
