[arch-commits] Commit in haskell-singletons/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Dec 12 02:24:47 UTC 2021
Date: Sunday, December 12, 2021 @ 02:24:47
Author: felixonmars
Revision: 1068534
upgpkg: haskell-singletons 3.0.1-1: rebuild with singletons 3.0.1
Modified:
haskell-singletons/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 02:23:18 UTC (rev 1068533)
+++ PKGBUILD 2021-12-12 02:24:47 UTC (rev 1068534)
@@ -2,8 +2,8 @@
_hkgname=singletons
pkgname=haskell-singletons
-pkgver=3.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Basic singleton types and definitions"
url="https://github.com/goldfirere/singletons"
license=('BSD')
@@ -11,7 +11,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('56acb297b4e6dfa60613a0852c1013b9c3f14757770d2baaf5476ad60e8a4a95e006d8c23af0a6388f6de1939f29a53da3f4824e0c26487ddd5e55cb1fe3dd84')
+sha512sums=('f4e0ae0c5b0784dbfce6388ddbc2e6a6aba381d7397773eff2392b52a96ea67e6f3ed2e4ed91346e17df03c743d1d9b4c45a7be6220fbf53fac5e85e866e1714')
build() {
cd $_hkgname-$pkgver
@@ -18,7 +18,7 @@
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
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list