[arch-commits] Commit in haskell-hslua-module-text/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 17 10:18:54 UTC 2018


    Date: Thursday, May 17, 2018 @ 10:18:53
  Author: felixonmars
Revision: 323636

upgpkg: haskell-hslua-module-text 0.1.2.1-27

rebuild with ghc 8.4.2

Modified:
  haskell-hslua-module-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 10:16:44 UTC (rev 323635)
+++ PKGBUILD	2018-05-17 10:18:53 UTC (rev 323636)
@@ -5,16 +5,21 @@
 _hkgname=hslua-module-text
 pkgname=haskell-hslua-module-text
 pkgver=0.1.2.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Lua module for text"
 url="https://github.com/hslua/hslua-module-test"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hslua' 'haskell-text')
+depends=('ghc-libs' 'haskell-hslua')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('06f6b5611d452479e99772bbd1eb622f56740a5fc17091cd5c49e13dacb5654deb6d073fe2f40ffb7240ab9267ea3c59d0282ef8f55fce9095525b3d29a73513')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list