Date: Thursday, May 17, 2018 @ 09:36:18 Author: felixonmars Revision: 323578
upgpkg: haskell-safecopy 0.9.4.1-2 rebuild with ghc 8.4.2 Modified: haskell-safecopy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:35:39 UTC (rev 323577) +++ PKGBUILD 2018-05-17 09:36:18 UTC (rev 323578) @@ -4,12 +4,12 @@ _hkgname=safecopy pkgname=haskell-safecopy pkgver=0.9.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Binary serialization with version control." url="http://acid-state.seize.it/safecopy" license=('custom:PublicDomain') arch=('x86_64') -depends=('ghc-libs' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector') +depends=('ghc-libs' 'haskell-cereal' 'haskell-old-time' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('7c645cd3e216040e155e814eae72c3f584523f77f1d81835f7a1fb9c5bd63ebd51f746a49584be8a6822866b48119be289f3e74514a054c2f65e6443304e6967')
