Date: Tuesday, September 29, 2020 @ 21:43:03 Author: felixonmars Revision: 713923
upgpkg: haskell-th-orphans 0.13.11-1: rebuild with th-orphans 0.13.11 Modified: haskell-th-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-29 21:41:06 UTC (rev 713922) +++ PKGBUILD 2020-09-29 21:43:03 UTC (rev 713923) @@ -2,17 +2,17 @@ _hkgname=th-orphans pkgname=haskell-th-orphans -pkgver=0.13.10 -pkgrel=26 +pkgver=0.13.11 +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-lift' 'haskell-th-lift-instances' +depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-reify-many') makedepends=('ghc' 'haskell-hspec') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651') +sha512sums=('ff306b6dbc1a8b123c9a9cc6c91483d845aee12dbf3e0e67d0e38429a198a004fb12067b0c9033c8707c2946f4072060929fce629c1576f66bb1130ab701d063') build() { cd $_hkgname-$pkgver
