[arch-commits] Commit in haskell-pointed/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 14:15:15 UTC 2018
Date: Saturday, May 19, 2018 @ 14:15:15
Author: felixonmars
Revision: 324614
upgpkg: haskell-pointed 5.0.1-18
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-pointed/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 14:14:40 UTC (rev 324613)
+++ PKGBUILD 2018-05-19 14:15:15 UTC (rev 324614)
@@ -5,18 +5,23 @@
_hkgname=pointed
pkgname=haskell-pointed
pkgver=5.0.1
-pkgrel=17
+pkgrel=18
pkgdesc="Pointed and copointed data"
url="https://github.com/ekmett/pointed/"
license=("custom:BSD3")
arch=('x86_64')
depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 'haskell-hashable'
- 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-semigroups'
- 'haskell-tagged' 'haskell-transformers-compat' 'haskell-unordered-containers')
+ 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('65958628c983a2c2866b1a1a615c7a7f2f516068c667ce9b93f4214b863632b40eba4915d49e07388c52ced8868bb308b24e7b38a6f50563c68954696748c99b')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i '/semigroups/d' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list