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

Felix Yan felixonmars at archlinux.org
Thu Mar 4 00:11:13 UTC 2021


    Date: Thursday, March 4, 2021 @ 00:11:13
  Author: felixonmars
Revision: 879710

upgpkg: haskell-filtrable 0.1.6.0-55: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8

Modified:
  haskell-filtrable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 00:02:38 UTC (rev 879709)
+++ PKGBUILD	2021-03-04 00:11:13 UTC (rev 879710)
@@ -3,19 +3,20 @@
 _hkgname=filtrable
 pkgname=haskell-filtrable
 pkgver=0.1.6.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Class of filtrable containers"
 url="https://github.com/strake/filtrable.hs"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-smallcheck')
+makedepends=('ghc' 'uusi' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-smallcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('e3f24967f78d352ed581054a3f8c43c328a21836e023908ecce4b3e84733ed32450b8b96bfadaca39223ec7c0f397bfca34b20da29354d9ddba642361e673681')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    uusi -u tasty $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list