Date: Friday, December 23, 2016 @ 02:34:29 Author: felixonmars Revision: 201209
upgpkg: haskell-store 0.3-1 rebuild with store-0.3, store-core-0.3 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-23 02:18:50 UTC (rev 201208) +++ PKGBUILD 2016-12-23 02:34:29 UTC (rev 201209) @@ -3,26 +3,23 @@ _hkgname=store pkgname=haskell-store -pkgver=0.2.1.2 -pkgrel=13 +pkgver=0.3 +pkgrel=1 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-base-orphans' 'haskell-base64-bytestring' 'haskell-conduit' - 'haskell-cryptohash' 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' - 'haskell-lifted-base' 'haskell-monad-control' 'haskell-mono-traversable' - 'haskell-primitive' 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' - 'haskell-smallcheck' 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift' +depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' + 'haskell-conduit' 'haskell-cryptohash' 'haskell-free' 'haskell-hashable' 'haskell-hspec' + 'haskell-hspec-smallcheck' 'haskell-lifted-base' 'haskell-monad-control' + 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' 'haskell-resourcet' + 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' 'haskell-streaming-commons' + 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('fe54d6fccfccd3fec8820ed1490b25fb') +md5sums=('e8f68402d601c7d02453cb0f3aa04e74') -prepare() { - sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
