[arch-commits] Commit in haskell-mono-traversable-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 16 07:59:42 UTC 2021
Date: Sunday, May 16, 2021 @ 07:59:41
Author: felixonmars
Revision: 935651
upgpkg: haskell-mono-traversable-instances 0.1.1.0-1: rebuild with mono-traversable-instances 0.1.1.0
Modified:
haskell-mono-traversable-instances/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 07:58:25 UTC (rev 935650)
+++ PKGBUILD 2021-05-16 07:59:41 UTC (rev 935651)
@@ -2,8 +2,8 @@
_hkgname=mono-traversable-instances
pkgname=haskell-mono-traversable-instances
-pkgver=0.1.0.0
-pkgrel=142
+pkgver=0.1.1.0
+pkgrel=1
pkgdesc='Extra typeclass instances for mono-traversable'
arch=(x86_64)
url="https://hackage.haskell.org/package/$_hkgname"
@@ -10,13 +10,13 @@
license=(MIT)
depends=(ghc-libs haskell-dlist haskell-comonad haskell-mono-traversable
haskell-semigroupoids haskell-vector-instances haskell-dlist-instances)
-makedepends=(ghc)
+makedepends=(ghc uusi)
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('53eeb28d68769cc995a2abf4219e6ccbe211d53f190112bb3c6792a3591ccb6334691ec491d92563489d64c7f39df81b02c0a36178daff135fce8b8475f43d0b')
+sha512sums=('367b92fc60c397816fd71d88133a4dd14f91ee927470b6c7967cf1f8f72de8f91c475a6a504fd4b3e520ceb18950ff300bb9530fccda7a7a81573ac93af41513')
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d;s/< *1.0/<2/' $_hkgname.cabal
+ uusi -d semigroups $_hkgname.cabal
sed -i 's/tailEx = DL.tail/tailEx = DL.fromList . DL.tail/' src/Data/MonoTraversable/Instances.hs
}
More information about the arch-commits
mailing list