Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghc-typelits-knownnat
Commits:
59b719ed by Felix Yan at 2025-01-04T02:31:29+08:00
upgpkg: 0.7.8-15: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-typelits-knownnat
pkgdesc = Derive KnownNat constraints from other KnownNat constraints
pkgver = 0.7.8
- pkgrel = 14
+ pkgrel = 15
url = https://github.com/clash-lang/ghc-typelits-knownnat
arch = x86_64
license = custom:BSD2
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=ghc-typelits-knownnat
pkgname=haskell-ghc-typelits-knownnat
pkgver=0.7.8
-pkgrel=14
+pkgrel=15
pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
url="https://github.com/clash-lang/ghc-typelits-knownnat"
license=('custom:BSD2')
@@ -16,7 +16,7 @@
sha512sums=('8e4445774534255eebe903be02ef4a7bb08a01f2907ffa586a16c42a6039ee4ccf0
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-typelits-knownnat/-/commit/59b719edd2a9ac610f4d68a64b136aa9d2cc133f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-typelits-knownnat/-/commit/59b719edd2a9ac610f4d68a64b136aa9d2cc133f
You're receiving this email because of your account on gitlab.archlinux.org.