Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-unliftio-core
Commits: 76a6bd7d by Felix Yan at 2024-02-25T20:59:42+00:00 upgpkg: 0.2.1.0-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-unliftio-core + pkgdesc = The MonadUnliftIO typeclass for unlifting monads to IO + pkgver = 0.2.1.0 + pkgrel = 2 + url = https://github.com/fpco/monad-unlift + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/unliftio-core/0.2.1.0/unliftio-core-0.2.1.0.tar.gz + sha512sums = dfc32895bc4410f017d86570c574fc9fbcf68434e4dc240904034c6e932051ee8015fba6a972ea8f0dc47ea5afb0d234208d5c66c21d40710b8bc469578cf976 + +pkgname = haskell-unliftio-core ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=unliftio-core pkgname=haskell-unliftio-core pkgver=0.2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO" url="https://github.com/fpco/monad-unlift" license=("MIT") @@ -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 --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-unliftio-core/-/commit/76a6bd7d0ea800b9b31c0b7aa0caf6fb64b02d02 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unliftio-core/-/commit/76a6bd7d0ea800b9b31c0b7aa0caf6fb64b02d02 You're receiving this email because of your account on gitlab.archlinux.org.
