Date: Wednesday, January 22, 2020 @ 12:34:59 Author: felixonmars Revision: 553466
upgpkg: haskell-store 0.7.1-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1, store 0.7.1 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 11:54:29 UTC (rev 553465) +++ PKGBUILD 2020-01-22 12:34:59 UTC (rev 553466) @@ -2,8 +2,8 @@ _hkgname=store pkgname=haskell-store -pkgver=0.5.1.2 -pkgrel=38 +pkgver=0.7.1 +pkgrel=1 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('BSD') @@ -18,11 +18,11 @@ 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('8f71775952874a08a97f83794cfec9afdb5ff2a2f93144d5a6111ad9d56f307b1d54824129bf4771e5f9dc9b44f82235c0bf4fc608777d8b5ab4aa491403eba0') +sha512sums=('f2f6c82992a2b46311a50e33bdc6c482e7dbb5b3d12d21585adefee1ee148688e1c4d9a16df5bacb8810d3bfb45dab917941a422bb7c21c40961af6a842bd2bd') prepare() { cd $_hkgname-$pkgver - sed -i '/semigroups/d' $_hkgname.cabal + sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal } build() {
