Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-xml-types
Commits: b78de8a5 by Felix Yan at 2024-02-25T20:53:48+00:00 upgpkg: 0.3.8-9: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-xml-types + pkgdesc = Basic types for representing XML + pkgver = 0.3.8 + pkgrel = 9 + url = https://john-millikin.com/software/haskell-xml/ + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/xml-types/0.3.8/xml-types-0.3.8.tar.gz + sha512sums = ef54a59de85001919ae4d0c261036b07e8e8462dd0573e7c96d500f6a559f25cb870f41e7b5a008b9fbccde771b28aa9eaba39d7940eeed9350a37fe44a8a90f + +pkgname = haskell-xml-types ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=xml-types pkgname=haskell-xml-types pkgver=0.3.8 -pkgrel=8 +pkgrel=9 pkgdesc="Basic types for representing XML" url="https://john-millikin.com/software/haskell-xml/" license=("MIT") @@ -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-xml-types/-/commit/b78de8a5b9a46fda4aac30fbb0c979eb572b066b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-xml-types/-/commit/b78de8a5b9a46fda4aac30fbb0c979eb572b066b You're receiving this email because of your account on gitlab.archlinux.org.
