[arch-commits] Commit in haskell-ghc-check/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 9 23:09:30 UTC 2021


    Date: Friday, April 9, 2021 @ 23:09:30
  Author: felixonmars
Revision: 915317

upgpkg: haskell-ghc-check 0.5.0.4-1: rebuild with ghc-check 0.5.0.4

Modified:
  haskell-ghc-check/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 21:47:06 UTC (rev 915316)
+++ PKGBUILD	2021-04-09 23:09:30 UTC (rev 915317)
@@ -2,16 +2,16 @@
 
 _hkgname=ghc-check
 pkgname=haskell-ghc-check
-pkgver=0.5.0.3
-pkgrel=27
+pkgver=0.5.0.4
+pkgrel=1
 pkgdesc="detect mismatches between compile-time and run-time versions of the ghc api"
 url="https://hackage.haskell.org/package/ghc-check"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-safe-exceptions')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-safe-exceptions' 'haskell-th-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('56fa5e636629dbb393c431b4f34d2ce475fa2056f80f0fd7f9fa9b2434a63033')
+sha512sums=('57fca59c71c10d72bab2e28716e087ad764812ed7c043110d81d54d3239c92501a9ee8a987d96171e0c0725d4473714b0c42b27199d905ee69b169175429d7f5')
 
 build() {
   cd $_hkgname-$pkgver



More information about the arch-commits mailing list