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

Felix Yan felixonmars at archlinux.org
Fri May 18 05:05:53 UTC 2018


    Date: Friday, May 18, 2018 @ 05:05:52
  Author: felixonmars
Revision: 324132

upgpkg: haskell-binary-orphans 0.1.8.0-27

rebuild with ghc 8.4.2

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 04:58:00 UTC (rev 324131)
+++ PKGBUILD	2018-05-18 05:05:52 UTC (rev 324132)
@@ -5,18 +5,23 @@
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
 pkgver=0.1.8.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-orphans"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-aeson" "haskell-case-insensitive" "haskell-hashable" "haskell-scientific"
-         "haskell-tagged" "haskell-text" "haskell-unordered-containers" "haskell-vector"
+         "haskell-tagged" "haskell-unordered-containers" "haskell-vector"
          "haskell-text-binary" "haskell-vector-binary-instances")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('78bfef3338cbb8f30e72d7b70695240fd70e812e4f4c006af0bf84674320a055262c7b516dece417e84ac46d920eb68f10665d7d136f819e6e202de32124c6a2')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list