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

Felix Yan felixonmars at archlinux.org
Tue Apr 11 18:06:33 UTC 2017


    Date: Tuesday, April 11, 2017 @ 18:06:32
  Author: felixonmars
Revision: 222338

upgpkg: haskell-profunctors 5.2-25

rebuild with base-orphans,0.6

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-11 18:04:14 UTC (rev 222337)
+++ PKGBUILD	2017-04-11 18:06:32 UTC (rev 222338)
@@ -5,7 +5,7 @@
 _hkgname=profunctors
 pkgname=haskell-profunctors
 pkgver=5.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Profunctors"
 url="http://github.com/ekmett/profunctors/"
 license=("custom:BSD3")
@@ -15,6 +15,10 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4')
 
+prepare() {
+    sed -i 's/base-orphans        >= 0.4   && < 0.6,/base-orphans        >= 0.4   \&\& < 0.7,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list