Date: Friday, October 5, 2018 @ 12:55:07 Author: felixonmars Revision: 390011
upgpkg: haskell-memory 0.14.18-2 rebuild with optparse-applicative 0.14.3.0 Modified: haskell-memory/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-05 12:54:25 UTC (rev 390010) +++ PKGBUILD 2018-10-05 12:55:07 UTC (rev 390011) @@ -4,13 +4,13 @@ _hkgname=memory pkgname=haskell-memory pkgver=0.14.18 -pkgrel=1 +pkgrel=2 pkgdesc="memory and related abstraction stuff" url="https://github.com/vincenthz/hs-memory" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-basement' 'haskell-foundation') -makedepends=('ghc') +depends=('ghc-libs' 'haskell-basement') +makedepends=('ghc' 'haskell-foundation') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('ce345edb4975c1dec80cdbd1e0be1a079a2ee36d449947fc9da109d3862c8972d7165a512080de79f3a8efc00088c0154eee853bd35a1b9a22211def48747333')
