Date: Thursday, December 10, 2015 @ 19:25:46 Author: bpiotrowski Revision: 152532
GHC 7.10.3 rebuild Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:25:38 UTC (rev 152531) +++ PKGBUILD 2015-12-10 18:25:46 UTC (rev 152532) @@ -5,12 +5,12 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.8.15.2 -pkgrel=1 +pkgrel=2 pkgdesc="Support for parsing and rendering YAML documents." url="http://github.com/snoyberg/yaml/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-text" "haskell-unordered-containers") options=('staticlibs')
