Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hsopenssl
Commits:
9080b329 by Felix Yan at 2024-08-27T10:18:09+03:00
upgpkg: 0.11.7.6-23: rebuild with hashable 1.4.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hsopenssl
pkgdesc = Partial OpenSSL binding for Haskell
pkgver = 0.11.7.6
- pkgrel = 22
+ pkgrel = 23
url = https://github.com/haskell-cryptography/HsOpenSSL
arch = x86_64
license = custom:PublicDomain
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=HsOpenSSL
pkgname=haskell-hsopenssl
pkgver=0.11.7.6
-pkgrel=22
+pkgrel=23
pkgdesc="Partial OpenSSL binding for Haskell"
url="https://github.com/haskell-cryptography/HsOpenSSL"
license=('custom:PublicDomain')
@@ -19,6 +19,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="-optc=-Wno-incompatible-pointer-types" \
-fuse-pkg-config
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hsopenssl/-/commit/9080b3293f9e3721cdbe800b94250baa33d3444a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hsopenssl/-/commit/9080b3293f9e3721cdbe800b94250baa33d3444a
You're receiving this email because of your account on gitlab.archlinux.org.