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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 18:05:06 UTC 2020


    Date: Wednesday, January 8, 2020 @ 18:05:06
  Author: felixonmars
Revision: 550348

upgpkg: haskell-bytestring-show 0.3.5.6-20: rebuild with ghc 8.8.1

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 18:01:58 UTC (rev 550347)
+++ PKGBUILD	2020-01-08 18:05:06 UTC (rev 550348)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=19
+pkgrel=20
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show"
 license=('BSD')
@@ -15,6 +15,7 @@
 prepare() {
     cd bytestring-show-$pkgver
     sed -e 's/< *0.8/<1/g' -e 's/< *0.6/<1/g' -i bytestring-show.cabal
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {



More information about the arch-commits mailing list