[arch-commits] Commit in haskell-quickcheck-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 06:21:39 UTC 2018
Date: Saturday, May 19, 2018 @ 06:21:38
Author: felixonmars
Revision: 324361
upgpkg: haskell-quickcheck-instances 0.3.18-9
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-quickcheck-instances/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 06:19:34 UTC (rev 324360)
+++ PKGBUILD 2018-05-19 06:21:38 UTC (rev 324361)
@@ -5,7 +5,7 @@
_hkgname=quickcheck-instances
pkgname=haskell-quickcheck-instances
pkgver=0.3.18
-pkgrel=8
+pkgrel=9
pkgdesc="Common quickcheck instances"
url="https://github.com/phadej/qc-instances"
license=("custom:BSD3")
@@ -18,6 +18,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('f3b5a7ebad823f6374c718bc6519081fdb92bd9733f6bcf56b62557d5ce7a9d159fe8d3cf75b168dbbf9313835d882febb9bb40e8158a8028be9b8e4c4e247d1')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/<.*0.10/<1/' $_hkgname.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list