[arch-commits] Commit in haskell-free/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 06:46:07 UTC 2018


    Date: Saturday, May 19, 2018 @ 06:46:06
  Author: felixonmars
Revision: 324391

upgpkg: haskell-free 5.0.2-2

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-free/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 06:44:57 UTC (rev 324390)
+++ PKGBUILD	2018-05-19 06:46:06 UTC (rev 324391)
@@ -5,18 +5,23 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Monads for free"
 url="https://github.com/ekmett/free/"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-comonad' 'haskell-distributive' 'haskell-exceptions'
-         'haskell-profunctors' 'haskell-semigroupoids' 'haskell-semigroups'
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-comonad' 'haskell-distributive'
+         'haskell-exceptions' 'haskell-profunctors' 'haskell-semigroupoids'
          'haskell-transformers-base' 'haskell-transformers-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('baf6472a682e3c8196d992fa0e05187b976ea14f46b9854f3a187b4b07080c13c8b2f38e9dc3962abc033b4a8c747273670b8494c6c5e686b9b76ed970a4f7b1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list