[arch-commits] Commit in haskell-xcb-types/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Oct 16 18:47:43 UTC 2018
Date: Tuesday, October 16, 2018 @ 18:47:42
Author: felixonmars
Revision: 394773
upgpkg: haskell-xcb-types 0.9.0-4
rebuild with ghc 8.6.1
Modified:
haskell-xcb-types/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-16 18:42:54 UTC (rev 394772)
+++ PKGBUILD 2018-10-16 18:47:42 UTC (rev 394773)
@@ -4,7 +4,7 @@
_hkgname=xcb-types
pkgname=haskell-xcb-types
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="Parses XML files used by the XCB project"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -17,6 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
sed -i '/import Data.Maybe/a import Prelude hiding ((<>))' Data/XCB/Pretty.hs
+ sed -i '1i{-# language NoMonadFailDesugaring #-}' Data/XCB/FromXML.hs
}
build() {
More information about the arch-commits
mailing list