Date: Thursday, May 17, 2018 @ 19:49:57 Author: felixonmars Revision: 324074
upgpkg: haskell-docopt 0.7.0.5-11 rebuild with ghc 8.4.2 Modified: haskell-docopt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 19:49:12 UTC (rev 324073) +++ PKGBUILD 2018-05-17 19:49:57 UTC (rev 324074) @@ -5,12 +5,12 @@ _hkgname=docopt pkgname=haskell-docopt pkgver=0.7.0.5 -pkgrel=10 +pkgrel=11 pkgdesc="A command-line interface parser that will make you smile" url="https://github.com/docopt/docopt.hs" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-parsec" "haskell-th-lift") +depends=('ghc-libs' "haskell-th-lift") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('68c46287573cbf6cb0e2f01ba117f70a6598e3581f1ca2de6920909b37d8851651d41438a51ae363cb51bd06422e9dba4aa948320e32f904c4b950e764c7e635')
