Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-repline
Commits: b0903fa3 by Felix Yan at 2024-02-25T20:53:51+00:00 upgpkg: 0.4.2.0-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-repline + pkgdesc = Haskeline wrapper for GHCi-like REPL interfaces + pkgver = 0.4.2.0 + pkgrel = 2 + url = https://github.com/sdiehl/repline + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/repline/0.4.2.0/repline-0.4.2.0.tar.gz + sha512sums = 058792cdc7b8efdd332188d2be02af8b29507bc60012dafc64c090921e88a86b00ac3683142a0862f8d890b2536f5232dc1d7103cbcce256fa21e5ca4377b74b + +pkgname = haskell-repline ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=repline pkgname=haskell-repline pkgver=0.4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces" url="https://github.com/sdiehl/repline" license=('MIT') @@ -18,7 +18,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --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-repline/-/commit/b0903fa34fb710e93adfa039bf0c66387b66a755 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-repline/-/commit/b0903fa34fb710e93adfa039bf0c66387b66a755 You're receiving this email because of your account on gitlab.archlinux.org.
