Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-ieee754
Commits: 4276cdf8 by Felix Yan at 2024-02-25T20:51:34+00:00 upgpkg: 0.8.0-24: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-ieee754 + pkgdesc = Utilities for dealing with IEEE floating point numbers + pkgver = 0.8.0 + pkgrel = 24 + url = https://github.com/patperry/hs-ieee754 + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/ieee754/0.8.0/ieee754-0.8.0.tar.gz + sha512sums = d75b619f0c0b9ac496a68997b6d79b3d7504221f1583e7c35ecc035b6e2b11559e402264f36827153aa89d9eabb27d9383413eb5fd157385b3f41c4f0050a43b + +pkgname = haskell-ieee754 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=ieee754 pkgname=haskell-ieee754 pkgver=0.8.0 -pkgrel=23 +pkgrel=24 pkgdesc="Utilities for dealing with IEEE floating point numbers" url="https://github.com/patperry/hs-ieee754" license=("BSD") @@ -18,8 +18,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-ieee754/-/commit/4276cdf81808b48b8c7ea313fdad515eb8401fcc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ieee754/-/commit/4276cdf81808b48b8c7ea313fdad515eb8401fcc You're receiving this email because of your account on gitlab.archlinux.org.
