Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-html
Commits: f5683446 by Felix Yan at 2024-02-25T20:54:54+00:00 upgpkg: 1.0.1.2-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-html + pkgdesc = HTML combinator library + pkgver = 1.0.1.2 + pkgrel = 26 + url = https://hackage.haskell.org/package/html + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/html/1.0.1.2/html-1.0.1.2.tar.gz + sha512sums = e7ce2be53ce4c7898aa8772c34d1469a90fcb5258ffec0cb1da544f334b6f13ecb73060dfec2284622be1156a2adbadec8b9cac5088c1ca9d84edfb50719b9e0 + +pkgname = haskell-html ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=html pkgname=haskell-html pkgver=1.0.1.2 -pkgrel=25 +pkgrel=26 pkgdesc="HTML combinator library" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -18,8 +18,8 @@ build() { cd $_hkgname-$pkgver 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 --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-html/-/commit/f5683446bef4de37e8f13edecb280da10e1444b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-html/-/commit/f5683446bef4de37e8f13edecb280da10e1444b8 You're receiving this email because of your account on gitlab.archlinux.org.
