[arch-commits] Commit in haskell-unicode-transforms/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 20 07:13:45 UTC 2021
Date: Sunday, June 20, 2021 @ 07:13:45
Author: felixonmars
Revision: 965831
upgpkg: haskell-unicode-transforms 0.3.7.1-71: rebuild with ghc 9.0.1
Modified:
haskell-unicode-transforms/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-20 07:00:40 UTC (rev 965830)
+++ PKGBUILD 2021-06-20 07:13:45 UTC (rev 965831)
@@ -3,17 +3,22 @@
_hkgname=unicode-transforms
pkgname=haskell-unicode-transforms
pkgver=0.3.7.1
-pkgrel=70
+pkgrel=71
pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
url="https://github.com/composewell/unicode-transforms/"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-getopt-generics' 'haskell-hspec' 'haskell-quickcheck' 'haskell-split'
+makedepends=('ghc' 'uusi' 'haskell-getopt-generics' 'haskell-hspec' 'haskell-quickcheck' 'haskell-split'
'haskell-text-icu')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('a4e39b943bcea6c86ebb8df7253a39ecf2a7bf5a083d0cf2ee1e5720af4afe47111330a787353a5728793d02739448debae2fd73fe6ba2d0eb94cbbb4bfef30f')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u ghc-prim $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list