Date: Tuesday, June 22, 2021 @ 07:32:41 Author: felixonmars Revision: 966811
upgpkg: haskell-githash 0.1.6.0-5: fix dependency on th-compat Modified: haskell-githash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-22 07:03:42 UTC (rev 966810) +++ PKGBUILD 2021-06-22 07:32:41 UTC (rev 966811) @@ -3,12 +3,12 @@ _hkgname=githash pkgname=haskell-githash pkgver=0.1.6.0 -pkgrel=4 +pkgrel=5 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project" url="https://github.com/snoyberg/githash" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'git') +depends=('ghc-libs' 'haskell-th-compat' 'git') makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 'haskell-unliftio') source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver" ghc9.patch)
