Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-mintty
Commits: bbaaf7e8 by Felix Yan at 2024-02-25T20:54:32+00:00 upgpkg: 0.1.4-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-mintty + pkgdesc = A reliable way to detect the presence of a MinTTY console on Windows + pkgver = 0.1.4 + pkgrel = 2 + url = https://github.com/RyanGlScott/mintty/ + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/mintty/0.1.4/mintty-0.1.4.tar.gz + sha512sums = f5c3231f342d24d7dc38b0281579aa6f272767451412ea84e1c248f77331d6740186cef0bb4144b7655a80914daa0b1f3573107a76c29c1d2e6a56e793532733 + +pkgname = haskell-mintty ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=mintty pkgname=haskell-mintty pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A reliable way to detect the presence of a MinTTY console on Windows" url="https://github.com/RyanGlScott/mintty/" 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-mintty/-/commit/bbaaf7e88f16f7c52782bc74135d2ca74058d6b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mintty/-/commit/bbaaf7e88f16f7c52782bc74135d2ca74058d6b0 You're receiving this email because of your account on gitlab.archlinux.org.
