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

Felix Yan felixonmars at archlinux.org
Fri Jun 1 11:52:10 UTC 2018


    Date: Friday, June 1, 2018 @ 11:52:09
  Author: felixonmars
Revision: 336055

upgpkg: haskell-non-negative 0.1.2-3

rebuild with ghc 8.4.3

Modified:
  haskell-non-negative/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 11:51:35 UTC (rev 336054)
+++ PKGBUILD	2018-06-01 11:52:09 UTC (rev 336055)
@@ -5,16 +5,21 @@
 _hkgname=non-negative
 pkgname=haskell-non-negative
 pkgver=0.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Non-negative numbers"
 url="http://code.haskell.org/~thielema/non-negative/"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-semigroups' 'haskell-utility-ht')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-utility-ht')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7f6cc45889c8618d35c549180c685b1cfccecf7e231bc8ca1acb5b0b048d67d1bca4c00f6c43e5dbb5c17f15d6771906eb560b443c277657458ca9609419b868')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list