[arch-commits] Commit in haskell-errors/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jul 27 05:50:21 UTC 2021
Date: Tuesday, July 27, 2021 @ 05:50:21
Author: felixonmars
Revision: 986465
upgpkg: haskell-errors 2.3.0-62: rebuild with transformers-compat 0.7
Modified:
haskell-errors/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 05:26:57 UTC (rev 986464)
+++ PKGBUILD 2021-07-27 05:50:21 UTC (rev 986465)
@@ -4,16 +4,21 @@
_hkgname=errors
pkgname=haskell-errors
pkgver=2.3.0
-pkgrel=61
+pkgrel=62
pkgdesc="Simplified error-handling"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-safe' 'haskell-transformers-compat')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u transformers-compat $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list