[arch-commits] Commit in haskell-either/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 1 12:40:46 UTC 2020
Date: Wednesday, April 1, 2020 @ 12:40:46
Author: felixonmars
Revision: 608878
upgpkg: haskell-either 5.0.1.1-55: rebuild with QuickCheck 2.14
Modified:
haskell-either/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 12:33:12 UTC (rev 608877)
+++ PKGBUILD 2020-04-01 12:40:46 UTC (rev 608878)
@@ -4,7 +4,7 @@
_hkgname=either
pkgname=haskell-either
pkgver=5.0.1.1
-pkgrel=54
+pkgrel=55
pkgdesc="An either monad transformer"
url="https://github.com/ekmett/either/"
license=("BSD")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('96b23a9d5f1d2d4dd256251c488e06fa0e8642d849cf61c9de2a4089d2cbe86763062e69f83344eba2f75b30992f3e90ec195bd054f8de386c4c6b477a025c01')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list