Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-csv
Commits: a7cc66d5 by Felix Yan at 2024-02-25T20:54:43+00:00 upgpkg: 0.1.2-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-csv + pkgdesc = CSV loader and dumper + pkgver = 0.1.2 + pkgrel = 26 + url = https://hackage.haskell.org/package/csv + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/csv/0.1.2/csv-0.1.2.tar.gz + sha512sums = 4fed06e71dda2d057cd370d06d0c2ecde5de0676cc8e2be97ca240564405b0714da3cb6040a3437bee38add55f7bde526455e0c187883cb0c323474378030ea9 + +pkgname = haskell-csv ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=csv pkgname=haskell-csv pkgver=0.1.2 -pkgrel=25 +pkgrel=26 pkgdesc="CSV loader and dumper" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -23,8 +23,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --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-csv/-/commit/a7cc66d5105fbc63f2a9e99fb74d4ac75d054328 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-csv/-/commit/a7cc66d5105fbc63f2a9e99fb74d4ac75d054328 You're receiving this email because of your account on gitlab.archlinux.org.
