[arch-commits] Commit in haskell-lsp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 10 19:26:14 UTC 2021
Date: Monday, May 10, 2021 @ 19:26:14
Author: felixonmars
Revision: 929598
upgpkg: haskell-lsp 1.2.0.0-2: enable demos for running tests with other packages
Modified:
haskell-lsp/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 19:05:02 UTC (rev 929597)
+++ PKGBUILD 2021-05-10 19:26:14 UTC (rev 929598)
@@ -3,7 +3,7 @@
_hkgname=lsp
pkgname=haskell-lsp
pkgver=1.2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Haskell library for the Microsoft Language Server Protocol"
url="https://github.com/haskell/lsp"
license=("MIT")
@@ -11,7 +11,8 @@
depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 'haskell-data-default'
'haskell-dependent-map' 'haskell-hashable' 'haskell-hslogger' 'haskell-lens'
'haskell-lsp-types' 'haskell-network-uri' 'haskell-random' 'haskell-scientific'
- 'haskell-sorted-list' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid')
+ 'haskell-sorted-list' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid'
+ 'haskell-unliftio')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover'
'haskell-quickcheck-instances' 'haskell-rope-utf16-splay')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
@@ -29,7 +30,8 @@
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
- --ghc-option='-pie'
+ --ghc-option='-pie' \
+ -fdemo
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list