Date: Wednesday, March 11, 2020 @ 21:13:16 Author: felixonmars Revision: 594632
upgpkg: haskell-ghc-tcplugins-extra 0.3.1-1: rebuild with ghc-tcplugins-extra 0.3.1 Modified: haskell-ghc-tcplugins-extra/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-11 21:10:27 UTC (rev 594631) +++ PKGBUILD 2020-03-11 21:13:16 UTC (rev 594632) @@ -2,8 +2,8 @@ _hkgname=ghc-tcplugins-extra pkgname=haskell-ghc-tcplugins-extra -pkgver=0.3 -pkgrel=9 +pkgver=0.3.1 +pkgrel=1 pkgdesc="Utilities for writing GHC type-checker plugins" url="https://github.com/clash-lang/ghc-tcplugins-extra" license=('custom:BSD2') @@ -11,13 +11,8 @@ depends=('ghc-libs' 'haskell-ghc') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('67b2787962ed7a7336ca32181f09fc9a7bf045e47fbb77419d848bbe2f635bb5b1b6acbf00a384113e9af0f87f5e101101e685bbb99ea2b3e1741abec0082c88') +sha512sums=('efe01d72425d0dd86aa1e05e50a317c39566b0ea5ebdf04c4f248b70c5a27cc52a88662239b968468d00fdd6764d1eae5b4500baac14659d226d9bf705e0390f') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *8.6/<9/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
