[arch-commits] Commit in haskell-ghc-tcplugins-extra/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 9 19:18:19 UTC 2022
Date: Friday, September 9, 2022 @ 19:18:19
Author: felixonmars
Revision: 1297407
upgpkg: haskell-ghc-tcplugins-extra 0.4.3-1: rebuild with ghc-tcplugins-extra 0.4.3
Modified:
haskell-ghc-tcplugins-extra/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-09 19:12:00 UTC (rev 1297406)
+++ PKGBUILD 2022-09-09 19:18:19 UTC (rev 1297407)
@@ -2,8 +2,8 @@
_hkgname=ghc-tcplugins-extra
pkgname=haskell-ghc-tcplugins-extra
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="Utilities for writing GHC type-checker plugins"
url="https://github.com/clash-lang/ghc-tcplugins-extra"
license=('custom:BSD2')
@@ -11,13 +11,13 @@
depends=('ghc-libs' 'haskell-ghc')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('bbacc0be7e0688cef3ee722611597139b9be3036002337a85538ff0b1fdf4c5d5741d00096789d0da65b6899e84e99c5603da2847d8ea17d4e706f5fd9109894')
+sha512sums=('02bc1f127bc434d50b0e6a053ef0bb1340b5f750d2e137e563c2b3d043c6039337e4ac47f17ffa7d40c164da3bc8d72ee6d9178128763f237f3e892f6c5c5835')
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list