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

upgpkg: 0.13-23: rebuild with GHC 9.2.8

parent 66bf3a42
No related branches found
Tags v20201112.0.8839
No related merge requests found
pkgbase = haskell-text-zipper
pkgdesc = A text editor zipper library
pkgver = 0.13
pkgrel = 22
pkgrel = 23
url = https://github.com/jtdaugherty/text-zipper/
arch = x86_64
license = BSD
......
......@@ -4,7 +4,7 @@
_hkgname=text-zipper
pkgname=haskell-text-zipper
pkgver=0.13
pkgrel=22
pkgrel=23
pkgdesc="A text editor zipper library"
url="https://github.com/jtdaugherty/text-zipper/"
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 --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
--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