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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 22:07:02 UTC 2021


    Date: Thursday, August 26, 2021 @ 22:07:01
  Author: felixonmars
Revision: 1007269

upgpkg: haskell-ghc-source-gen 0.4.2.0-1

Modified:
  haskell-ghc-source-gen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 20:42:12 UTC (rev 1007268)
+++ PKGBUILD	2021-08-26 22:07:01 UTC (rev 1007269)
@@ -2,23 +2,18 @@
 
 _hkgname=ghc-source-gen
 pkgname=haskell-ghc-source-gen
-pkgver=0.4.0.0
-pkgrel=38
+pkgver=0.4.2.0
+pkgrel=1
 pkgdesc="Constructs Haskell syntax trees for the GHC API."
 url="https://github.com/google/ghc-source-gen#readme"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ghc')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('906bfaf0ccdc99d1fd3204b885d2300ab47cc08e95b6d2c1df14d405a1b20332')
+sha256sums=('a33a8936a54a1c44991e067e9f22f0fec96a8d7be6bec157a6edfe8ec8f264b1')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u QuickCheck -u tasty $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list