[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 17 10:09:05 UTC 2018
Date: Thursday, May 17, 2018 @ 10:09:04
Author: felixonmars
Revision: 323618
upgpkg: haskell-insert-ordered-containers 0.2.1.0-72
rebuild with ghc 8.4.2
Modified:
haskell-insert-ordered-containers/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 10:06:47 UTC (rev 323617)
+++ PKGBUILD 2018-05-17 10:09:04 UTC (rev 323618)
@@ -4,13 +4,13 @@
_hkgname=insert-ordered-containers
pkgname=haskell-insert-ordered-containers
pkgver=0.2.1.0
-pkgrel=71
+pkgrel=72
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-text' 'haskell-unordered-containers')
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
@@ -19,6 +19,7 @@
sed -e 's/, semigroupoids >=4.3 && <5.2/, semigroupoids >=4.3/' \
-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/' \
-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
}
More information about the arch-commits
mailing list