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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 22:07:54 UTC 2018


    Date: Monday, October 15, 2018 @ 22:07:53
  Author: felixonmars
Revision: 394407

upgpkg: haskell-unordered-containers 0.2.9.0-12

rebuild with ghc 8.6.1

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 22:01:47 UTC (rev 394406)
+++ PKGBUILD	2018-10-15 22:07:53 UTC (rev 394407)
@@ -7,7 +7,7 @@
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
 pkgver=0.2.9.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers"
 license=("custom:BSD3")
@@ -19,6 +19,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('d9fb6d173f7d07494cffeffa74d3827e4011957be7f309e9f9c16d484b46d04824a21269185d340b09d65d386d19fd5f6b78a51036a5292e5d33e29819fd225a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/M.fold /M.foldr /' tests/HashMapProperties.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list