Date: Thursday, May 17, 2018 @ 09:35:20 Author: felixonmars Revision: 323576
upgpkg: haskell-shelly 1.8.0-4 rebuild with ghc 8.4.2 Modified: haskell-shelly/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:33:27 UTC (rev 323575) +++ PKGBUILD 2018-05-17 09:35:20 UTC (rev 323576) @@ -5,14 +5,14 @@ _hkgname=shelly pkgname=haskell-shelly pkgver=1.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="Shell-like (systems) programming in Haskell" url="https://github.com/yesodweb/Shelly.hs" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-mtl' 'haskell-unix-compat' 'haskell-system-filepath' +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-text' + 'haskell-lifted-async' 'haskell-exceptions' '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")
