Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-tagged
Commits: 2ad2156c by Felix Yan at 2024-02-25T21:00:51+00:00 upgpkg: 0.8.8-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-tagged + pkgdesc = Haskell 98 phantom types to avoid unsafely passing dummy arguments + pkgver = 0.8.8 + pkgrel = 2 + url = https://github.com/ekmett/tagged + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/tagged/0.8.8/tagged-0.8.8.tar.gz + sha512sums = f90706e142e0332a37dff8dc53a174067cbc0f7c245fa61fcba2acad6c214f1d707e05223c1319f90a33ffac961d5a90b2bab3811ea638b05d869599cfed221b + +pkgname = haskell-tagged ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=tagged pkgname=haskell-tagged pkgver=0.8.8 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments" url="https://github.com/ekmett/tagged" 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 \ -fdeepseq -ftransformers runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tagged/-/commit/2ad2156c9cb357bdb368738089eb8b02fce31b80 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tagged/-/commit/2ad2156c9cb357bdb368738089eb8b02fce31b80 You're receiving this email because of your account on gitlab.archlinux.org.
