Date: Sunday, June 20, 2021 @ 18:23:15 Author: felixonmars Revision: 966011
upgpkg: haskell-retrie 1.0.0.0-1: rebuild with ghc 9.0.1, one-liner 2.0, retrie 1.0.0.0 Modified: haskell-retrie/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-20 18:14:26 UTC (rev 966010) +++ PKGBUILD 2021-06-20 18:23:15 UTC (rev 966011) @@ -2,8 +2,8 @@ _hkgname=retrie pkgname=haskell-retrie -pkgver=0.1.1.1 -pkgrel=85 +pkgver=1.0.0.0 +pkgrel=1 pkgdesc="A powerful, easy-to-use codemodding tool for Haskell." url="https://github.com/facebookincubator/retrie" license=("MIT") @@ -11,16 +11,12 @@ depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-data-default' 'haskell-ghc-exactprint' 'haskell-src-exts' 'haskell-optparse-applicative' 'haskell-random-shuffle' 'haskell-syb' 'haskell-unordered-containers') -makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-temporary') checkdepends=('git' 'mercurial') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('f162028ecbfea991f8a22701637b3869c8bd306f48823316c92496e4ea66d7d0') +sha512sums=('aae30c8d69ac32217aa9daa21cfdc99d285fbf9c413fe0c08f76c2f8b38a5909a49358330242252ce1554af5bfea10c8e4d523efcfb9efdbe2ebc124d40a6afa') -prepare() { - uusi $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
