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

Felix Yan felixonmars at archlinux.org
Thu Sep 24 13:21:29 UTC 2020


    Date: Thursday, September 24, 2020 @ 13:21:29
  Author: felixonmars
Revision: 711739

replace arch-hs-uusi by standalone uusi

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 13:21:26 UTC (rev 711738)
+++ PKGBUILD	2020-09-24 13:21:29 UTC (rev 711739)
@@ -12,12 +12,12 @@
          'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 'haskell-network-uri'
          'haskell-optparse-applicative' 'haskell-temporary' 'haskell-unordered-containers'
          'shellcheck')
-makedepends=('ghc' 'arch-hs' 'haskell-diff' 'haskell-ansi-terminal' 'haskell-tasty' 'haskell-tasty-golden')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 'haskell-tasty' 'haskell-tasty-golden')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
 
 prepare(){
-  arch-hs-uusi $_hkgname-$pkgver/$_hkgname.cabal
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list