Date: Tuesday, June 20, 2017 @ 18:47:41 Author: felixonmars Revision: 239111
upgpkg: cblrepo 0.24.0-24 rebuild with safe,0.3.15 Modified: cblrepo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 18:46:21 UTC (rev 239110) +++ PKGBUILD 2017-06-20 18:47:41 UTC (rev 239111) @@ -3,12 +3,12 @@ pkgname=cblrepo pkgver=0.24.0 -pkgrel=23 +pkgrel=24 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies" url="https://github.com/magthe/cblrepo" license=("Apache") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" "haskell-optparse-applicative" +depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" "haskell-optparse-applicative" "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" "haskell-unixutils" "haskell-utf8-string" "haskell-vector" "haskell-zlib") source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
