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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 12:23:15 UTC 2020


    Date: Thursday, January 9, 2020 @ 12:23:12
  Author: felixonmars
Revision: 551103

upgpkg: haskell-dec 0.0.3-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

Modified:
  haskell-dec/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 12:19:49 UTC (rev 551102)
+++ PKGBUILD	2020-01-09 12:23:12 UTC (rev 551103)
@@ -3,7 +3,7 @@
 _hkgname=dec
 pkgname=haskell-dec
 pkgver=0.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Decidable propositions"
 url="https://github.com/phadej/dec"
 license=('BSD')
@@ -16,6 +16,8 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+
+    sed -i 's/< *4.13/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list