Date: Monday, June 19, 2017 @ 15:13:28 Author: felixonmars Revision: 238653
upgpkg: hindent 5.2.3-15 rebuild with path-io,1.3.1 Modified: hindent/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 15:08:31 UTC (rev 238652) +++ PKGBUILD 2017-06-19 15:13:28 UTC (rev 238653) @@ -4,12 +4,12 @@ pkgname=hindent pkgver=5.2.3 -pkgrel=14 +pkgrel=15 pkgdesc="Extensible Haskell pretty printer" url="https://github.com/commercialhaskell/hindent" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-descriptive" "haskell-exceptions" "haskell-monad-loops" "haskell-mtl" +depends=('ghc' "haskell-descriptive" "haskell-exceptions" "haskell-monad-loops" "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml") source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
