[arch-commits] Commit in haskell-free/trunk (PKGBUILD haskell-free.install)

Felix Yan felixonmars at archlinux.org
Sat Jul 29 15:10:32 UTC 2017


    Date: Saturday, July 29, 2017 @ 15:10:31
  Author: felixonmars
Revision: 246795

upgpkg: haskell-free 4.12.4-33

rebuild with semigroupoids,5.2.1

Modified:
  haskell-free/trunk/PKGBUILD
Deleted:
  haskell-free/trunk/haskell-free.install

----------------------+
 PKGBUILD             |    6 +++---
 haskell-free.install |   18 ------------------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-29 15:08:31 UTC (rev 246794)
+++ PKGBUILD	2017-07-29 15:10:31 UTC (rev 246795)
@@ -5,12 +5,12 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=4.12.4
-pkgrel=32
+pkgrel=33
 pkgdesc="Monads for free"
 url="http://github.com/ekmett/free/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-bifunctors" "haskell-comonad" "haskell-distributive" "haskell-exceptions"
+depends=('ghc' "haskell-bifunctors" "haskell-comonad" "haskell-distributive" "haskell-exceptions"
          "haskell-mtl" "haskell-prelude-extras" "haskell-profunctors" "haskell-semigroupoids"
          "haskell-semigroups" "haskell-transformers-compat")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,7 +21,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

Deleted: haskell-free.install
===================================================================
--- haskell-free.install	2017-07-29 15:08:31 UTC (rev 246794)
+++ haskell-free.install	2017-07-29 15:10:31 UTC (rev 246795)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-free
-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