[arch-commits] Commit in haskell-containers-unicode-symbols/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 7 02:13:20 UTC 2021


    Date: Monday, June 7, 2021 @ 02:13:20
  Author: felixonmars
Revision: 956862

upgpkg: haskell-containers-unicode-symbols 0.3.1.2-6: rebuild with ghc 8.10.5

Modified:
  haskell-containers-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 02:12:54 UTC (rev 956861)
+++ PKGBUILD	2021-06-07 02:13:20 UTC (rev 956862)
@@ -4,16 +4,21 @@
 _hkgname=containers-unicode-symbols
 pkgname=haskell-containers-unicode-symbols
 pkgver=0.3.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Unicode alternatives for common functions and operators"
 url="https://haskell.org/haskellwiki/Unicode-symbols"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-unicode-symbols')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('bf7ff7376598893819d5c70f17f55731f842ef4433178cc19c38804ac3f38bbf46ac663ba9b1ed7ceb3857add4a35f06b8bb4515c37dca71e27bcc61391f665c')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u containers $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list