[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 5 20:04:49 UTC 2017


    Date: Saturday, August 5, 2017 @ 20:04:48
  Author: felixonmars
Revision: 248845

upgpkg: haskell-ansi-wl-pprint 0.6.8-1

rebuild with ansi-wl-pprint,0.6.8

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD
Deleted:
  haskell-ansi-wl-pprint/trunk/haskell-ansi-wl-pprint.install

--------------------------------+
 PKGBUILD                       |   10 +++++-----
 haskell-ansi-wl-pprint.install |   18 ------------------
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 20:01:02 UTC (rev 248844)
+++ PKGBUILD	2017-08-05 20:04:48 UTC (rev 248845)
@@ -4,15 +4,15 @@
 
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.7.3
-pkgrel=6
+pkgver=0.6.8
+pkgrel=1
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="http://github.com/ekmett/ansi-wl-pprint"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-ansi-terminal")
+depends=('ghc' "haskell-ansi-terminal")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3789ecaa89721eabef58ddc5711f7fd1ff67e262da1659f3b20d38a9e1f5b708')
+sha512sums=('ff9cb6722a27ddc956afc34c9643826747eb8cdf0f5cd45c38c0cdc3e1435e94c6b548e344e438e741c5aaf716c4d13904eab488bbfbcdb6b8f2daea0071378e')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -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 \
             -f-example -fnewbase
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html

Deleted: haskell-ansi-wl-pprint.install
===================================================================
--- haskell-ansi-wl-pprint.install	2017-08-05 20:01:02 UTC (rev 248844)
+++ haskell-ansi-wl-pprint.install	2017-08-05 20:04:48 UTC (rev 248845)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-ansi-wl-pprint
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}



More information about the arch-commits mailing list