Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-edisonapi
Commits: 2c81acb5 by Felix Yan at 2024-02-25T21:02:26+00:00 upgpkg: 1.3.3-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-edisonapi + pkgdesc = A library of efficient, purely-functional data structures (API) + pkgver = 1.3.3 + pkgrel = 2 + url = http://rwd.rdockins.name/edison/home/ + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/EdisonAPI/1.3.3/EdisonAPI-1.3.3.tar.gz + sha512sums = 78100101b7068fa2f8486c3f3410951786cbdad95359842eb0e4dca8b69c2dcfd6f17501a2e93a1fefa83b01dfcfda15c6dae869486dd16cca75bda6ff2467ab + +pkgname = haskell-edisonapi ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=EdisonAPI pkgname=haskell-edisonapi pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library of efficient, purely-functional data structures (API)" url="http://rwd.rdockins.name/edison/home/" 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 \ - --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-edisonapi/-/commit/2c81acb51639d95135112c4bbf8b700fa0b37492 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-edisonapi/-/commit/2c81acb51639d95135112c4bbf8b700fa0b37492 You're receiving this email because of your account on gitlab.archlinux.org.
