Date: Wednesday, May 16, 2018 @ 17:38:57 Author: felixonmars Revision: 323039
upgpkg: haskell-resourcet 1.1.11-11 rebuild with ghc 8.4.2 Modified: haskell-resourcet/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 17:37:26 UTC (rev 323038) +++ PKGBUILD 2018-05-16 17:38:57 UTC (rev 323039) @@ -5,13 +5,13 @@ _hkgname=resourcet pkgname=haskell-resourcet pkgver=1.1.11 -pkgrel=10 +pkgrel=11 pkgdesc="Deterministic allocation and freeing of scarce resources." url="https://github.com/snoyberg/conduit" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-exceptions' 'haskell-lifted-base' 'haskell-mmorph' - 'haskell-monad-control' 'haskell-mtl' 'haskell-transformers-base' + 'haskell-monad-control' 'haskell-transformers-base' 'haskell-transformers-compat' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
