Date: Thursday, August 25, 2022 @ 21:52:26 Author: felixonmars Revision: 1280599
upgpkg: haskell-th-orphans 0.13.14-1: rebuild with th-orphans 0.13.14 Modified: haskell-th-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-25 21:49:13 UTC (rev 1280598) +++ PKGBUILD 2022-08-25 21:52:26 UTC (rev 1280599) @@ -2,17 +2,16 @@ _hkgname=th-orphans pkgname=haskell-th-orphans -pkgver=0.13.13 -pkgrel=12 +pkgver=0.13.14 +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-lift-instances' - 'haskell-th-reify-many') -makedepends=('ghc' 'haskell-hspec') +depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-reify-many') +makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335') +sha512sums=('b4c881e81673c429980565c74ec02a923598ba0f219062a6b0dc8ec0f41217f4e5b0c558ada56062dd8590227aa55df80ca607af50718db9a8ed10625b409dcd') build() { cd $_hkgname-$pkgver
