[arch-commits] Commit in haskell-configurator-pg/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 9 14:29:02 UTC 2020


    Date: Thursday, January 9, 2020 @ 14:29:01
  Author: felixonmars
Revision: 551230

upgpkg: haskell-configurator-pg 0.1.0.3-12: 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-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 14:26:05 UTC (rev 551229)
+++ PKGBUILD	2020-01-09 14:29:01 UTC (rev 551230)
@@ -4,7 +4,7 @@
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
 pkgver=0.1.0.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('07f79367517c3ebd69cc907710ef8d3cfc687305d44389283df9ffdabe5e0de5790edce8a04f25b2e0f7a6a6a4ab63d113aa01bbbcfe03c93899232a2f4a876b')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.13/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list