[arch-commits] Commit in haskell-show-combinators/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 9 13:56:09 UTC 2020


    Date: Thursday, January 9, 2020 @ 13:56:08
  Author: felixonmars
Revision: 551179

upgpkg: haskell-show-combinators 0.1.1.0-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1

Modified:
  haskell-show-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 13:53:09 UTC (rev 551178)
+++ PKGBUILD	2020-01-09 13:56:08 UTC (rev 551179)
@@ -3,7 +3,7 @@
 _hkgname=show-combinators
 pkgname=haskell-show-combinators
 pkgver=0.1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Combinators to write Show instances"
 url="https://github.com/Lysxia/show-combinators"
 license=('MIT')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('ac57c8b1f296930b925b3633c411c502e54638b7270034f1346aca32654879fd99e4da6f78b9bab75668f4619d2f767b832b631711f55d41bb03f23219f88477')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.13/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list