Date: Thursday, December 10, 2015 @ 19:09:59 Author: foutrelis Revision: 152509
GHC 7.10.3 rebuild Modified: haskell-aeson-extra/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:09:47 UTC (rev 152508) +++ PKGBUILD 2015-12-10 18:09:59 UTC (rev 152509) @@ -5,12 +5,12 @@ _hkgname=aeson-extra pkgname=haskell-aeson-extra pkgver=0.2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Extra goodies for aeson" url="https://github.com/phadej/aeson-extra#readme" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions" "haskell-hashable" "haskell-scientific" "haskell-text" "haskell-unordered-containers" "haskell-vector") options=('staticlibs')
