Skip to content
Snippets Groups Projects
Verified Commit 87ddee37 authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 0.3-10: rebuild with GHC 9.2.8

parent 6d6aa51d
No related branches found
Tags 0.3-10
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = haskell-patience
pkgdesc = Patience diff and longest increasing subsequence
pkgver = 0.3
pkgrel = 10
url = https://hackage.haskell.org/package/patience
arch = x86_64
license = BSD
makedepends = ghc
depends = ghc-libs
source = https://hackage.haskell.org/packages/archive/patience/0.3/patience-0.3.tar.gz
sha512sums = 12bc0005d6ca47ac9954aee8950d00f5c6af133958015fe791d2e100295660bebe967e37ce859abb67ae38bedefa1bd1d81a7770842448485d2f7466652e7ea5
pkgname = haskell-patience
......@@ -4,7 +4,7 @@
_hkgname=patience
pkgname=haskell-patience
pkgver=0.3
pkgrel=9
pkgrel=10
pkgdesc="Patience diff and longest increasing subsequence"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
......@@ -18,8 +18,8 @@ build() {
cd $_hkgname-$pkgver
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 --ghc-option=-fllvm
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
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