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

rebuild with ghc 9.0.2

parent b6486287
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
_hkgname=singleton-bool
pkgname=haskell-singleton-bool
pkgver=0.1.6
pkgrel=3
pkgrel=4
pkgdesc="Type level booleans"
url="https://github.com/phadej/singleton-bool"
license=('BSD')
......@@ -18,7 +18,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