[arch-commits] Commit in haskell-protolude/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jun 21 06:34:04 UTC 2017
Date: Wednesday, June 21, 2017 @ 06:34:01
Author: felixonmars
Revision: 239159
upgpkg: haskell-protolude 0.1.10-10
rebuild with safe,0.3.15
Modified:
haskell-protolude/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-21 06:17:19 UTC (rev 239158)
+++ PKGBUILD 2017-06-21 06:34:01 UTC (rev 239159)
@@ -5,12 +5,12 @@
_hkgname=protolude
pkgname=haskell-protolude
pkgver=0.1.10
-pkgrel=9
+pkgrel=10
pkgdesc="A sensible set of defaults for writing custom Preludes."
url="https://github.com/sdiehl/protolude"
license=("MIT")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-async" "haskell-mtl" "haskell-safe" "haskell-stm" "haskell-text")
+depends=('ghc' "haskell-async" "haskell-mtl" "haskell-safe" "haskell-stm" "haskell-text")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5')
@@ -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