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

Felix Yan felixonmars at archlinux.org
Sat Sep 12 14:50:34 UTC 2020


    Date: Saturday, September 12, 2020 @ 14:50:34
  Author: felixonmars
Revision: 704014

upgpkg: haskell-colourista 0.1.0.0-8: rebuild with ansi-terminal 0.11

Modified:
  haskell-colourista/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 14:47:47 UTC (rev 704013)
+++ PKGBUILD	2020-09-12 14:50:34 UTC (rev 704014)
@@ -4,7 +4,7 @@
 _hkgname=colourista
 pkgname=haskell-colourista
 pkgver=0.1.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Convenient interface for printing colourful messages based on the ansi-terminal library."
 url="https://github.com/kowainik/colourista"
 license=('MPL2')
@@ -17,6 +17,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  sed -i 's/\^>= 0.10/>= 0.10/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list