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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 16:06:02 UTC 2018


    Date: Tuesday, October 16, 2018 @ 16:06:02
  Author: felixonmars
Revision: 394623

upgpkg: haskell-rsa 2.3.0-33

rebuild with ghc 8.6.1

Modified:
  haskell-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 15:54:24 UTC (rev 394622)
+++ PKGBUILD	2018-10-16 16:06:02 UTC (rev 394623)
@@ -3,7 +3,7 @@
 _hkgname=RSA
 pkgname=haskell-rsa
 pkgver=2.3.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
 url="https://github.com/GaloisInc/rsa"
 license=('custom:BSD3')
@@ -14,6 +14,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('134e86897ce345de00c660e3a34fb2395bbd82419a7e708b5741ba38113e46092db6c236c55e3e57b4e2c777eaf22850f3e95fc46d2cf70c50c4383519a8319e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '1i{-# language NoMonadFailDesugaring #-}' Test.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list