[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 08:52:28 UTC 2018


    Date: Saturday, May 19, 2018 @ 08:52:27
  Author: felixonmars
Revision: 324489

upgpkg: haskell-insert-ordered-containers 0.2.1.0-73

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 08:49:07 UTC (rev 324488)
+++ PKGBUILD	2018-05-19 08:52:27 UTC (rev 324489)
@@ -4,13 +4,13 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=72
+pkgrel=73
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers"
 license=('custom:BSD3')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 'haskell-lens'
-         'haskell-semigroupoids' 'haskell-semigroups' 'haskell-unordered-containers')
+         'haskell-semigroupoids' 'haskell-unordered-containers')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
@@ -20,6 +20,8 @@
         -e 's/, aeson                 >=1.0.0.0  && <1.2/, aeson                 >=1.0.0.0/' \
         -e 's/base                  >=4.6      && <4.10/base                  >=4.6/' \
         -e 's/<.*4.16/<5/' \
+        -e '/semigroups/d' \
+        -e 's/<.*0.10/<1/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list