Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-terminal-size
Commits: 895c7860 by Felix Yan at 2024-02-25T21:01:27+00:00 upgpkg: 0.3.4-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-terminal-size + pkgdesc = Get terminal window height and width + pkgver = 0.3.4 + pkgrel = 2 + url = https://hackage.haskell.org/package/terminal-size + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/terminal-size/0.3.4/terminal-size-0.3.4.tar.gz + sha512sums = 539e4b164ded2743e27451828907d25ddf97258f94e3a0881c87221b68c92e95ffe15916319806d8c943af58b1effdbec0112fa0007da352f116e5e598421ee0 + +pkgname = haskell-terminal-size ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=terminal-size pkgname=haskell-terminal-size pkgver=0.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="Get terminal window height and width" url="https://hackage.haskell.org/package/${_hkgname}" 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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-terminal-size/-/commit/895c78608b4bf84ea42502d86b59853b618db24f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-terminal-size/-/commit/895c78608b4bf84ea42502d86b59853b618db24f You're receiving this email because of your account on gitlab.archlinux.org.
