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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 21:52:22 UTC 2022


    Date: Thursday, July 7, 2022 @ 21:52:22
  Author: felixonmars
Revision: 1248351

upgpkg: haskell-tasty-lua 1.0.1-27: rebuild with citeproc 0.7, doclayout 0.4, hslua 2.2.0, hslua-aeson 2.2.0, hslua-classes 2.2.0, hslua-core 2.2.0, hslua-marshalling 2.2.0, hslua-objectorientation 2.2.0, hslua-packaging 2.2.0, lua 2.2.0, pandoc 2.18

Modified:
  haskell-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 21:39:22 UTC (rev 1248350)
+++ PKGBUILD	2022-07-07 21:52:22 UTC (rev 1248351)
@@ -3,7 +3,7 @@
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
 pkgver=1.0.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua"
 license=('MIT')
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua-core' 'haskell-hslua-marshalling'
          'haskell-lua-arbitrary' 'haskell-quickcheck' 'haskell-tasty')
-makedepends=('ghc' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('9bc278f965b9ed89025bd162a6c10de2bd4d806935be35774889fd1185e7d5f1cd106cf32296118f86922ab11e462a1f7a6438bf79925d6a29830bd3f2df4b34')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hslua-core -u hslua-marshalling $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list