Date: Wednesday, October 7, 2015 @ 03:08:20 Author: allan Revision: 143142
GHC 7.10.2 rebuild Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:07:50 UTC (rev 143141) +++ PKGBUILD 2015-10-07 01:08:20 UTC (rev 143142) @@ -5,12 +5,12 @@ _hkgname=scientific pkgname=haskell-scientific pkgver=0.3.3.8 -pkgrel=1 +pkgrel=2 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.1" "haskell-hashable" "haskell-text") +depends=("ghc=7.10.2" "haskell-hashable" "haskell-text") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
