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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 12:29:36 UTC 2020


    Date: Thursday, January 9, 2020 @ 12:29:34
  Author: felixonmars
Revision: 551105

upgpkg: haskell-optparse-generic 1.3.0-10: 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-optparse-generic/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 12:23:23 UTC (rev 551104)
+++ PKGBUILD	2020-01-09 12:29:34 UTC (rev 551105)
@@ -3,7 +3,7 @@
 _hkgname=optparse-generic
 pkgname=haskell-optparse-generic
 pkgver=1.3.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Auto-generate a command-line parser for your datatype"
 url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library"
 license=('BSD')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.15/<1/' -e '/semigroups/d' -e 's/bytestring                          < 0.11,/bytestring                          < 0.11/' $_hkgname.cabal
+    sed -i -e 's/< *0.15/<1/' -e 's/< *1.9/<2/' -e '/semigroups/d' -e 's/bytestring *< 0.11,/bytestring < 0.11/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list