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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 22 08:39:05 UTC 2022


    Date: Tuesday, February 22, 2022 @ 08:39:04
  Author: felixonmars
Revision: 1135799

upgpkg: haskell-mmark 0.0.7.4-15: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-mmark/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 08:07:09 UTC (rev 1135798)
+++ PKGBUILD	2022-02-22 08:39:04 UTC (rev 1135799)
@@ -3,7 +3,7 @@
 _hkgname=mmark
 pkgname=haskell-mmark
 pkgver=0.0.7.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Strict markdown processor for writers"
 url="https://github.com/mmark-md/mmark"
 license=("BSD")
@@ -13,10 +13,15 @@
          'haskell-lucid' 'haskell-megaparsec' 'haskell-microlens' 'haskell-microlens-th'
          'haskell-modern-uri' 'haskell-parser-combinators' 'haskell-text-metrics'
          'haskell-unordered-containers' 'haskell-yaml')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-megaparsec')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-megaparsec')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('bd5bebe3c8140a7900d8da93d50cb24366b5656d2eb7e820394b7dab657a9a3a')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hashable $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list