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

Felix Yan felixonmars at archlinux.org
Wed Jun 30 10:03:45 UTC 2021


    Date: Wednesday, June 30, 2021 @ 10:03:44
  Author: felixonmars
Revision: 967949

upgpkg: haskell-yesod 1.6.1.1-38: rebuild with ghc 9.0.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 09:17:02 UTC (rev 967948)
+++ PKGBUILD	2021-06-30 10:03:44 UTC (rev 967949)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.1.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -18,6 +18,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('107eebba6caca8db995d538b604b0b8ebee79ab5efb4887a13073a1b5316725a134dbd558443461b2e87dd671e3ee9cad86fd6287282f7d45f41cffa6767daf7')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/DoE/DoE Nothing/' Yesod/Default/Util.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     




More information about the arch-commits mailing list