[arch-commits] Commit in haskell-cborg-json/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 09:15:58 UTC 2020
Date: Friday, April 24, 2020 @ 09:15:58
Author: felixonmars
Revision: 619051
upgpkg: haskell-cborg-json 0.2.2.0-13: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0
Modified:
haskell-cborg-json/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 09:03:43 UTC (rev 619050)
+++ PKGBUILD 2020-04-24 09:15:58 UTC (rev 619051)
@@ -3,7 +3,7 @@
_hkgname=cborg-json
pkgname=haskell-cborg-json
pkgver=0.2.2.0
-pkgrel=12
+pkgrel=13
pkgdesc="A library for encoding JSON as CBOR"
url="https://github.com/well-typed/cborg-json"
license=('BSD')
@@ -14,6 +14,11 @@
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('d42a7af4bf91ddac496c6e7273aebe4c9062504fa10bcdbb17f9ece851daa343aff5d8790113514fd5833513c56fa4a465ee0734adf71a1540af4b8045dd7c93')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list