[arch-commits] Commit in haskell-storable-record/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 1 09:45:46 UTC 2018
Date: Friday, June 1, 2018 @ 09:45:45
Author: felixonmars
Revision: 335810
upgpkg: haskell-storable-record 0.0.4-3
rebuild with ghc 8.4.3
Modified:
haskell-storable-record/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-01 09:45:09 UTC (rev 335809)
+++ PKGBUILD 2018-06-01 09:45:45 UTC (rev 335810)
@@ -5,16 +5,21 @@
_hkgname=storable-record
pkgname=haskell-storable-record
pkgver=0.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Elegant definition of Storable instances for records"
url="http://code.haskell.org/~thielema/storable-record/"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-semigroups' 'haskell-utility-ht')
+depends=('ghc-libs' 'haskell-utility-ht')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('a49109447f63b21c2aece7e5d51119d30a7d186d415148c5f92aa8e989f47247ba539090bdbcddf1337a62a55d45dc5c452bfc58490c8f49a52707228bbba887')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i '/semigroups/d' $_hkgname.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list