Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-ordered-containers
Commits: a7c37ddb by Felix Yan at 2024-02-25T20:54:24+00:00 upgpkg: 0.2.3-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-ordered-containers + pkgdesc = Set- and Map-like types that remember the order elements were inserted + pkgver = 0.2.3 + pkgrel = 2 + url = https://github.com/dmwit/ordered-containers + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/ordered-containers/0.2.3/ordered-containers-0.2.3.tar.gz + sha512sums = a5e141705f9bdbccf152238bcd6be22f3a04966bf57cdf9485f1ea5efd9cc25de80b2d2dd92f281520fddaa74906e9fbbb789e111d19b46854f1cf5297b1b7e9 + +pkgname = haskell-ordered-containers ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=ordered-containers pkgname=haskell-ordered-containers pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Set- and Map-like types that remember the order elements were inserted" url="https://github.com/dmwit/ordered-containers" license=('BSD') @@ -18,7 +18,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --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-ordered-containers/-/commit/a7c37ddbbb36a5170c5ac8cba93257212566054e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ordered-containers/-/commit/a7c37ddbbb36a5170c5ac8cba93257212566054e You're receiving this email because of your account on gitlab.archlinux.org.
