[arch-commits] Commit in haskell-errors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 20 18:54:03 UTC 2017
Date: Tuesday, June 20, 2017 @ 18:54:02
Author: felixonmars
Revision: 239118
upgpkg: haskell-errors 2.1.3-7
rebuild with safe,0.3.15
Modified:
haskell-errors/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-20 18:52:41 UTC (rev 239117)
+++ PKGBUILD 2017-06-20 18:54:02 UTC (rev 239118)
@@ -5,12 +5,12 @@
_hkgname=errors
pkgname=haskell-errors
pkgver=2.1.3
-pkgrel=6
+pkgrel=7
pkgdesc="Simplified error-handling"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-safe" "haskell-transformers-compat" "haskell-unexceptionalio")
+depends=('ghc' "haskell-safe" "haskell-transformers-compat" "haskell-unexceptionalio")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1')
@@ -19,7 +19,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