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

Felix Yan felixonmars at archlinux.org
Wed Jun 28 14:50:54 UTC 2017


    Date: Wednesday, June 28, 2017 @ 14:50:53
  Author: felixonmars
Revision: 241345

upgpkg: haskell-data-clist 0.1.1.0-2

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-data-clist/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 13:03:32 UTC (rev 241344)
+++ PKGBUILD	2017-06-28 14:50:53 UTC (rev 241345)
@@ -5,15 +5,19 @@
 _hkgname=data-clist
 pkgname=haskell-data-clist
 pkgver=0.1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple functional ring type."
 url="https://github.com/sw17ch/data-clist"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-quickcheck")
+depends=('ghc' "haskell-quickcheck")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('ba0abd2e139d7ac6548cedd785edb3e4e809c1c116c3059d72590b0635166db6')
 
+prepare() {
+    sed -i 's/QuickCheck >= 2.4 && < 2.10/QuickCheck >= 2.4 \&\& < 2.11/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list