Date: Thursday, June 9, 2022 @ 08:10:28 Author: felixonmars Revision: 1229430
upgpkg: haskell-th-orphans 0.13.13-1: rebuild with th-orphans 0.13.13 Modified: haskell-th-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 07:59:21 UTC (rev 1229429) +++ PKGBUILD 2022-06-09 08:10:28 UTC (rev 1229430) @@ -2,23 +2,18 @@ _hkgname=th-orphans pkgname=haskell-th-orphans -pkgver=0.13.12 -pkgrel=44 +pkgver=0.13.13 +pkgrel=1 pkgdesc="Orphan instances for TH datatypes" url="https://github.com/ekmett/th-orphans/" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-expand-syns' 'haskell-th-lift-instances' +depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-reify-many') -makedepends=('ghc' 'uusi' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('59c3fa26bb8cc6ccc8f1b459be59e3b2c57aac8cb52e42e43954da5359c631e6bd20549df509d76b48d8ac82c9ef22e2540df0ec6d233d9e2cc0d807c72c9e6d') +sha512sums=('94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335') -prepare() { - cd $_hkgname-$pkgver - uusi -u th-expand-syns $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
