[arch-commits] Commit in haskell-monad-logger/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 24 21:08:13 UTC 2021
Date: Friday, September 24, 2021 @ 21:08:12
Author: felixonmars
Revision: 1023987
upgpkg: haskell-monad-logger 0.3.36-118: rebuild with vector 0.12.3.1
Modified:
haskell-monad-logger/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-24 21:07:10 UTC (rev 1023986)
+++ PKGBUILD 2021-09-24 21:08:12 UTC (rev 1023987)
@@ -4,7 +4,7 @@
_hkgname=monad-logger
pkgname=haskell-monad-logger
pkgver=0.3.36
-pkgrel=117
+pkgrel=118
pkgdesc="A class of monads which can log messages."
url="https://github.com/kazu-yamamoto/logger"
license=("MIT")
@@ -22,7 +22,7 @@
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 \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
-ftemplate_haskell
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list