[arch-commits] Commit in haskell-quickcheck-instances/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Dec 23 16:51:50 UTC 2019


    Date: Monday, December 23, 2019 @ 16:51:50
  Author: felixonmars
Revision: 539351

upgpkg: haskell-quickcheck-instances 0.3.22-7: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0

Modified:
  haskell-quickcheck-instances/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 16:03:35 UTC (rev 539350)
+++ PKGBUILD	2019-12-23 16:51:50 UTC (rev 539351)
@@ -4,7 +4,7 @@
 _hkgname=quickcheck-instances
 pkgname=haskell-quickcheck-instances
 pkgver=0.3.22
-pkgrel=6
+pkgrel=7
 pkgdesc="Common quickcheck instances"
 url="https://github.com/phadej/qc-instances"
 license=("BSD")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('cd36e6833752fbc5501a4fe8459381fe3c07f73b706a438effee06bd1b5e17ecb12b1347fdacb65556e339de58ca8ac32480dc1339cb43b1416c4aeb4f714f8c')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list