[arch-commits] Commit in haskell-keys/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 14:35:52 UTC 2018
Date: Saturday, May 19, 2018 @ 14:35:52
Author: felixonmars
Revision: 324632
upgpkg: haskell-keys 3.12-16
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-keys/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 14:35:10 UTC (rev 324631)
+++ PKGBUILD 2018-05-19 14:35:52 UTC (rev 324632)
@@ -5,18 +5,22 @@
_hkgname=keys
pkgname=haskell-keys
pkgver=3.12
-pkgrel=15
+pkgrel=16
pkgdesc="Keyed functors and containers"
url="https://github.com/ekmett/keys/"
license=("custom:BSD3")
arch=('x86_64')
depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 'haskell-semigroupoids'
- 'haskell-semigroups' 'haskell-tagged' 'haskell-transformers-compat'
- 'haskell-unordered-containers')
+ 'haskell-tagged' 'haskell-transformers-compat' 'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('7d8ce7b6366b60d11eb839d7e7ef60ec6ac7370c641f0ec2d4acaa0fd37119f37aae4e570cf55a835bf8aaf9895de3ed0747070d6afc7f38faa12122935df49a')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i '/semigroups/d' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list