Date: Thursday, May 17, 2018 @ 19:03:52 Author: felixonmars Revision: 324042
upgpkg: haskell-hpack 0.28.2-1 rebuild with ghc 8.4.2 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 18:56:54 UTC (rev 324041) +++ PKGBUILD 2018-05-17 19:03:52 UTC (rev 324042) @@ -5,8 +5,8 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.27.0 -pkgrel=46 +pkgver=0.28.2 +pkgrel=1 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") @@ -13,11 +13,11 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 'haskell-glob' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-scientific' - 'haskell-text' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') + 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate' 'haskell-mockery' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('fd52e986ba1b5746cda14cf9159927fe6122cc277243cf87e7bb89a3a52c9d0f4195dfd1bd0d2bd3cb87f8359f9011af94a1df1e0518a077d38f356e0a2f07db') +sha512sums=('230ac451e4677a8b6501e461307ec87b346df1bc7a8b1411ae5cb691ee2f47387d5dd1ea48a506bf486753bfcbd6683f4c2be87b4bd50fc0cfaf06c3d65e1973') build() { cd $_hkgname-$pkgver
