Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-unexceptionalio
Commits: f1dd253c by Felix Yan at 2024-02-25T20:54:01+00:00 upgpkg: 0.5.1-9: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-unexceptionalio + pkgdesc = IO without any non-error, synchronous exceptions + pkgver = 0.5.1 + pkgrel = 9 + url = https://github.com/singpolyma/unexceptionalio + arch = x86_64 + license = custom + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/unexceptionalio/0.5.1/unexceptionalio-0.5.1.tar.gz + sha512sums = 62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba + +pkgname = haskell-unexceptionalio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=unexceptionalio pkgname=haskell-unexceptionalio pkgver=0.5.1 -pkgrel=8 +pkgrel=9 pkgdesc="IO without any non-error, synchronous exceptions" url="https://github.com/singpolyma/unexceptionalio" license=("custom") @@ -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-unexceptionalio/-/commit/f1dd253c1802c47808d23124733e41178cad2f8f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unexceptionalio/-/commit/f1dd253c1802c47808d23124733e41178cad2f8f You're receiving this email because of your account on gitlab.archlinux.org.
