[arch-commits] Commit in haskell-th-abstraction/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 16 16:53:20 UTC 2018
Date: Wednesday, May 16, 2018 @ 16:53:20
Author: felixonmars
Revision: 322979
upgpkg: haskell-th-abstraction 0.2.6.0-4
rebuild with ghc 8.4.2
Modified:
haskell-th-abstraction/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-16 16:50:02 UTC (rev 322978)
+++ PKGBUILD 2018-05-16 16:53:20 UTC (rev 322979)
@@ -5,7 +5,7 @@
_hkgname=th-abstraction
pkgname=haskell-th-abstraction
pkgver=0.2.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="Nicer interface for reified information about data types"
url="https://github.com/glguy/th-abstraction/"
license=("custom:ISC")
@@ -15,6 +15,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/<.*2.13/<3/' $_hkgname.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list