[arch-commits] Commit in haskell-generic-lens-lite/trunk (PKGBUILD)

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


    Date: Thursday, September 24, 2020 @ 13:21:38
  Author: felixonmars
Revision: 711742

replace arch-hs-uusi by standalone uusi

Modified:
  haskell-generic-lens-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 13:21:35 UTC (rev 711741)
+++ PKGBUILD	2020-09-24 13:21:38 UTC (rev 711742)
@@ -9,7 +9,7 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'arch-hs')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('865db698880aa050641e43124ce2f3aed064e33c25d3aec85aa040e3e105e01f')
 
@@ -16,7 +16,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-  arch-hs-uusi $_hkgname.cabal
+  uusi $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list