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

rebuild with ghc 8.8.3

parent a23bc4bb
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.2.1.1
pkgrel=5
pkgrel=6
pkgdesc="Patience diff and longest increasing subsequence"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
......@@ -33,6 +33,6 @@ package() {
install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
runhaskell Setup copy --destdir="$pkgdir"
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
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