Skip to content
Snippets Groups Projects
Commit 6d6aa51d authored by Felix Yan's avatar Felix Yan
Browse files

rebuild with ghc 9.0.2

parent d1c5991b
No related branches found
Tags 0.1.1-6
No related merge requests found
......@@ -4,7 +4,7 @@
_hkgname=patience
pkgname=haskell-patience
pkgver=0.3
pkgrel=8
pkgrel=9
pkgdesc="Patience diff and longest increasing subsequence"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
......@@ -19,7 +19,7 @@ build() {
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment