Date: Friday, April 24, 2020 @ 07:00:53 Author: felixonmars Revision: 618924
upgpkg: haskell-shelly 1.8.1-104: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0 Modified: haskell-shelly/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 06:59:37 UTC (rev 618923) +++ PKGBUILD 2020-04-24 07:00:53 UTC (rev 618924) @@ -4,7 +4,7 @@ _hkgname=shelly pkgname=haskell-shelly pkgver=1.8.1 -pkgrel=103 +pkgrel=104 pkgdesc="Shell-like (systems) programming in Haskell" url="https://github.com/yesodweb/Shelly.hs" license=("BSD") @@ -11,7 +11,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-unix-compat' 'haskell-system-filepath' 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base' - 'haskell-lifted-async' 'haskell-exceptions' 'haskell-enclosed-exceptions' + 'haskell-lifted-async' 'haskell-enclosed-exceptions' 'haskell-async' 'haskell-transformers-base') makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
