[arch-commits] Commit in haskell-singletons/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 19 04:57:14 UTC 2018
Date: Friday, October 19, 2018 @ 04:57:13
Author: felixonmars
Revision: 397105
upgpkg: haskell-singletons 2.5-2
rebuild with base-compat 0.10.5
Modified:
haskell-singletons/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-19 04:49:51 UTC (rev 397104)
+++ PKGBUILD 2018-10-19 04:57:13 UTC (rev 397105)
@@ -3,7 +3,7 @@
_hkgname=singletons
pkgname=haskell-singletons
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="A framework for generating singleton types"
url="https://github.com/goldfirere/singletons"
license=('BSD')
@@ -17,6 +17,7 @@
cd $_hkgname-$pkgver
# TODO: make it work :/
# sed -i '/XEmptyCase/a \ , "-dynamic"' tests/SingletonsTestSuiteUtils.hs
+ sed -i 's/< *4.12/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list