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

Felix Yan felixonmars at archlinux.org
Sat May 19 18:13:11 UTC 2018


    Date: Saturday, May 19, 2018 @ 18:13:10
  Author: felixonmars
Revision: 324757

upgpkg: haskell-hedgehog 0.5.3-12

rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 18:11:48 UTC (rev 324756)
+++ PKGBUILD	2018-05-19 18:13:10 UTC (rev 324757)
@@ -5,7 +5,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=0.5.3
-pkgrel=11
+pkgrel=12
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("custom:BSD3")
@@ -12,9 +12,8 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-concurrent-output'
          'haskell-exceptions' 'haskell-lifted-async' 'haskell-mmorph' 'haskell-monad-control'
-         'haskell-pretty-show' 'haskell-primitive' 'haskell-random'
-         'haskell-resourcet' 'haskell-semigroups' 'haskell-th-lift'
-         'haskell-transformers-base' 'haskell-wl-pprint-annotated')
+         'haskell-pretty-show' 'haskell-primitive' 'haskell-random' 'haskell-resourcet'
+         'haskell-th-lift' 'haskell-transformers-base' 'haskell-wl-pprint-annotated')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('07b71a25876759941307ab0c69d90d03ca60302149649fdf5dff260c8dec505187b43607c5e9080aeafa90eb0c3a102c21a1d5a8e38bafcc4d34cfb4ff7a23b9')
@@ -22,6 +21,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     sed -i 's/, pretty-show                     >= 1.6        && < 1.7/, pretty-show/' $_hkgname.cabal
+    sed -i '/semigroups/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list