[arch-commits] Commit in haskell-pipes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 27 06:31:43 UTC 2018
Date: Sunday, May 27, 2018 @ 06:31:42
Author: felixonmars
Revision: 331318
upgpkg: haskell-pipes 4.3.9-4
rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2
Modified:
haskell-pipes/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-27 05:04:06 UTC (rev 331317)
+++ PKGBUILD 2018-05-27 06:31:42 UTC (rev 331318)
@@ -5,17 +5,21 @@
_hkgname=pipes
pkgname=haskell-pipes
pkgver=4.3.9
-pkgrel=3
+pkgrel=4
pkgdesc="Compositional pipelines"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-exceptions" "haskell-mmorph" "haskell-semigroups"
- "haskell-void")
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('ed59ba7f3b51a91c9e348c80727c21211ce80d7c9164f86376a567ba56849d07687afb3c6ce3b956c6c0207b07b0eb1743bac30cb87d32aa8f76020e30eebcd5')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i -e '/semigroups/d' -e 's/void >= 0.4 && < 0.8 ,/void >= 0.4 \&\& < 0.8/' $_hkgname.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list