[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 8 23:51:43 UTC 2020


    Date: Wednesday, January 8, 2020 @ 23:51:43
  Author: felixonmars
Revision: 550897

upgpkg: haskell-data-accessor-template 0.2.1.16-9: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 23:49:04 UTC (rev 550896)
+++ PKGBUILD	2020-01-08 23:51:43 UTC (rev 550897)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=8
+pkgrel=9
 pkgdesc="Automate generation of Accessor's of the data-accessor package by Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('428b4bc9703f63e5457654c500aefb5c257ec030c0554fc31bd5b629bd281d7e4adda320e3bf22bca4a32b440d6eb3697503eafd92532791580a89cf1c196696')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.15/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list