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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 21:10:25 UTC 2018


    Date: Tuesday, October 16, 2018 @ 21:10:24
  Author: felixonmars
Revision: 394838

upgpkg: haskell-persistent-sqlite 2.8.2-37

rebuild with ghc 8.6.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 21:10:16 UTC (rev 394837)
+++ PKGBUILD	2018-10-16 21:10:24 UTC (rev 394838)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.8.2
-pkgrel=36
+pkgrel=37
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -16,6 +16,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('0cb745ed16420b4468de887e2119137a152e6c8cdb44385ace02e8bd8d8b2fda1611d7b727943fad24739603c5fab03e11c2095f18aebf71ecc2922a81c5ae03')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '1i{-# language NoMonadFailDesugaring #-}' test/Spec.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list