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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 22:42:48 UTC 2020


    Date: Wednesday, January 8, 2020 @ 22:42:48
  Author: felixonmars
Revision: 550777

upgpkg: haskell-tagged 0.8.6-7: 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

Modified:
  haskell-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 22:40:35 UTC (rev 550776)
+++ PKGBUILD	2020-01-08 22:42:48 UTC (rev 550777)
@@ -4,7 +4,7 @@
 _hkgname=tagged
 pkgname=haskell-tagged
 pkgver=0.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="https://github.com/ekmett/tagged"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('8cec49ea6f54ba84109ec6068cce209321bfa4662d5acdf75e4019087e2890e3056bf13a237cb5caf3fec597b05b710ebbfb74e06b736b7fb2f87941defeb814')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.15/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list