[arch-commits] Commit in haskell-trifecta/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 23 14:28:47 UTC 2017
Date: Friday, June 23, 2017 @ 14:28:46
Author: felixonmars
Revision: 240412
upgpkg: haskell-trifecta 1.6.2.1-27
rebuild with hashable,1.2.6.1
Modified:
haskell-trifecta/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-23 14:26:48 UTC (rev 240411)
+++ PKGBUILD 2017-06-23 14:28:46 UTC (rev 240412)
@@ -5,12 +5,12 @@
_hkgname=trifecta
pkgname=haskell-trifecta
pkgver=1.6.2.1
-pkgrel=26
+pkgrel=27
pkgdesc="A modern parser combinator library with convenient diagnostics"
url="http://github.com/ekmett/trifecta/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-blaze-builder"
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-blaze-builder"
"haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" "haskell-comonad"
"haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" "haskell-parsers"
"haskell-profunctors" "haskell-reducers" "haskell-semigroups" "haskell-unordered-containers"
@@ -23,7 +23,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list