Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-io-storage
Commits: 2632e28e by Felix Yan at 2024-02-25T20:51:18+00:00 upgpkg: 0.3-13: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-io-storage + pkgdesc = A key-value store in the IO monad + pkgver = 0.3 + pkgrel = 13 + url = https://github.com/willdonnelly/io-storage + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/io-storage/0.3/io-storage-0.3.tar.gz + sha512sums = 8c03a4e7166e8f76f2c2cdc5f23320bfe8f620f463752bf530b6bc90ea6182f967190420ae3d00212101fbd0d3967d01141092f01b1f237fd7e01b7dc2cf1c11 + +pkgname = haskell-io-storage ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=io-storage pkgname=haskell-io-storage pkgver=0.3 -pkgrel=12 +pkgrel=13 pkgdesc="A key-value store in the IO monad" url="https://github.com/willdonnelly/io-storage" license=('BSD') @@ -17,8 +17,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --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-io-storage/-/commit/2632e28e423f584c84cfa599d589933b1d9d91a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-io-storage/-/commit/2632e28e423f584c84cfa599d589933b1d9d91a1 You're receiving this email because of your account on gitlab.archlinux.org.
