Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-code-page
Commits: 77153f01 by Felix Yan at 2024-02-25T20:58:22+00:00 upgpkg: 0.2.1-6: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-code-page + pkgdesc = Windows code page library for Haskell + pkgver = 0.2.1 + pkgrel = 6 + url = https://github.com/RyanGlScott/code-page + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/code-page/0.2.1/code-page-0.2.1.tar.gz + sha512sums = 5a1ff550892bb315d2c0645d325e8b8914342d0da9726dd3798eba9655bd79cca7a75927e9312c44d4be1cff8e2c69b8f1734c3662fabb14760036228aedb768 + +pkgname = haskell-code-page ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=code-page pkgname=haskell-code-page pkgver=0.2.1 -pkgrel=5 +pkgrel=6 pkgdesc="Windows code page library for Haskell" url="https://github.com/RyanGlScott/code-page" 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-code-page/-/commit/77153f014cddb4c4d3932eaa43999be977fa0be0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-code-page/-/commit/77153f014cddb4c4d3932eaa43999be977fa0be0 You're receiving this email because of your account on gitlab.archlinux.org.
