Date: Thursday, December 10, 2015 @ 18:37:02 Author: fyan Revision: 152470
GHC 7.10.3 rebuild Modified: haskell-resourcet/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 17:35:02 UTC (rev 152469) +++ PKGBUILD 2015-12-10 17:37:02 UTC (rev 152470) @@ -5,12 +5,12 @@ _hkgname=resourcet pkgname=haskell-resourcet pkgver=1.1.7 -pkgrel=1 +pkgrel=2 pkgdesc="Deterministic allocation and freeing of scarce resources." url="http://github.com/snoyberg/conduit" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph" +depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph" "haskell-monad-control" "haskell-mtl" "haskell-transformers-base" "haskell-transformers-compat") options=('staticlibs')
