Date: Tuesday, October 16, 2018 @ 07:43:40 Author: felixonmars Revision: 394514
upgpkg: haskell-tamarin-prover-theory 1.4.0-42 rebuild with ghc 8.6.1 Modified: haskell-tamarin-prover-theory/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 07:36:31 UTC (rev 394513) +++ PKGBUILD 2018-10-16 07:43:40 UTC (rev 394514) @@ -4,7 +4,7 @@ _hkgname=tamarin-prover-theory pkgname=haskell-tamarin-prover-theory pkgver=1.4.0 -pkgrel=41 +pkgrel=42 pkgdesc="Security protocol types and constraint solver library for the tamarin prover" url="http://www.infsec.ethz.ch/research/software/tamarin" license=("GPL") @@ -21,6 +21,8 @@ prepare() { cd tamarin-prover-$pkgver patch -p1 -i ../ghc-8.4.patch + + sed -i '1i{-# language NoMonadFailDesugaring #-}' lib/theory/src/Theory/Constraint/System/Guarded.hs } build() {
