[arch-commits] Commit in haskell-hashable-time/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 8 19:19:11 UTC 2020
Date: Wednesday, January 8, 2020 @ 19:19:10
Author: felixonmars
Revision: 550474
upgpkg: haskell-hashable-time 0.2.0.2-4: rebuild with ghc 8.8.1, cabal-doctest 1.0.7
Modified:
haskell-hashable-time/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-08 19:17:10 UTC (rev 550473)
+++ PKGBUILD 2020-01-08 19:19:10 UTC (rev 550474)
@@ -3,7 +3,7 @@
_hkgname=hashable-time
pkgname=haskell-hashable-time
pkgver=0.2.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Hashable instances for Data.Time"
url="https://github.com/w3rs/hashable-time"
license=('MIT')
@@ -13,6 +13,11 @@
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('38ade3c808072cc1488e0f68d054891576c781d33f7151721dae9f994833723b7b30e92cc77750e91929ce9cd47753a8b1d8157845d7c972f1bdbd44b3094c0a')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *4.13/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list