[arch-commits] Commit in haskell-bifunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 16 19:10:10 UTC 2018
Date: Wednesday, May 16, 2018 @ 19:10:09
Author: felixonmars
Revision: 323110
upgpkg: haskell-bifunctors 5.5.2-9
rebuild with ghc 8.4.2
Modified:
haskell-bifunctors/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-16 19:05:38 UTC (rev 323109)
+++ PKGBUILD 2018-05-16 19:10:09 UTC (rev 323110)
@@ -5,7 +5,7 @@
_hkgname=bifunctors
pkgname=haskell-bifunctors
pkgver=5.5.2
-pkgrel=8
+pkgrel=9
pkgdesc="Bifunctors"
url="https://github.com/ekmett/bifunctors/"
license=("custom:BSD3")
@@ -16,6 +16,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('1e9eee61a25b6e0dafb3de200dfbc11b6b82a9691065aa8bfa4ad8a04e040cd395220724f209f0adca018fdc6d0b3fad7232c2f490a9a6e51c6181c0802a9de2')
+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