[arch-commits] Commit in haskell-assoc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 10 16:12:00 UTC 2020
Date: Monday, August 10, 2020 @ 16:11:59
Author: felixonmars
Revision: 673779
upgpkg: haskell-assoc 1.0.2-1: rebuild with optics-th 0.3.0.1
Modified:
haskell-assoc/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-10 16:09:19 UTC (rev 673778)
+++ PKGBUILD 2020-08-10 16:11:59 UTC (rev 673779)
@@ -2,8 +2,8 @@
_hkgname=assoc
pkgname=haskell-assoc
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.0.2
+pkgrel=1
pkgdesc="swap and assoc: Symmetric and Semigroupy Bifunctors"
url="https://github.com/phadej/assoc"
license=('BSD')
@@ -11,12 +11,11 @@
depends=('ghc-libs' 'haskell-bifunctors' 'haskell-tagged')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('610fcef093b8338b16c35c20027bdd5c4e429b28ef6ba0f19dd7fc87dff6eccba6e58b23b8240d0ce6038ce3c84d8c7c51c4cc1cf54ace2f2914bb06f5c66b66')
+sha512sums=('20fd0056dcc2dff9504e090be5c2ef27692a795133620e60b9382cfdfbaf26d1019617acf48f0f762e22d699068bc4dbd35a714177ce3a36761c0065708b9168')
prepare() {
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
- sed -i 's/<4.14/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list