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

rebuild with ghc 8.10.2

parent 00115ddb
No related branches found
Tags 0.1.0.1-18
No related merge requests found
......@@ -3,7 +3,7 @@
_hkgname=data-bword
pkgname=haskell-data-bword
pkgver=0.1.0.1
pkgrel=16
pkgrel=17
pkgdesc="Extra operations on binary words of fixed length"
url="https://github.com/mvv/data-bword"
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
runhaskell Setup build
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
......
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