Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-dotgen
Commits: 6f033412 by Felix Yan at 2024-02-25T20:54:02+00:00 upgpkg: 0.4.3-9: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-dotgen + pkgdesc = A simple interface for building .dot graph files + pkgver = 0.4.3 + pkgrel = 9 + url = https://github.com/ku-fpg/dotgen + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/dotgen/0.4.3/dotgen-0.4.3.tar.gz + sha512sums = 145d71f331fde18452fe262a385dd48e8010b7a11fa12cd938c36e80ae03cd093fead73a02f0314d88c84ae9d2e63392dd10557d7615313a34262c6e41aa693f + +pkgname = haskell-dotgen ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=dotgen pkgname=haskell-dotgen pkgver=0.4.3 -pkgrel=8 +pkgrel=9 pkgdesc="A simple interface for building .dot graph files" url="https://github.com/ku-fpg/dotgen" 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-dotgen/-/commit/6f03341212f90f0dd7631edd75897cd7ae9a228c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dotgen/-/commit/6f03341212f90f0dd7631edd75897cd7ae9a228c You're receiving this email because of your account on gitlab.archlinux.org.
