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

rebuild with ghc 8.8.3

parent 1da673e3
No related branches found
Tags 0.1.0.1-15
No related merge requests found
......@@ -3,7 +3,7 @@
_hkgname=data-bword
pkgname=haskell-data-bword
pkgver=0.1.0.1
pkgrel=14
pkgrel=15
pkgdesc="Extra operations on binary words of fixed length"
url="https://github.com/mvv/data-bword"
license=('BSD')
......@@ -32,6 +32,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