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

Felix Yan felixonmars at archlinux.org
Sat Jul 8 13:50:32 UTC 2017


    Date: Saturday, July 8, 2017 @ 13:50:31
  Author: felixonmars
Revision: 243333

upgpkg: haskell-tasty 0.11.2.2-1

rebuild with tasty,0.11.2.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-08 13:38:00 UTC (rev 243332)
+++ PKGBUILD	2017-07-08 13:50:31 UTC (rev 243333)
@@ -4,17 +4,17 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.2.1
-pkgrel=5
+pkgver=0.11.2.2
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-clock" "haskell-mtl"
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" "haskell-mtl"
          "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" "haskell-tagged"
          "haskell-unbounded-delays")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+sha512sums=('f820905e5ed4c59cb31f32366dd773ac109006094234d971c90619bc5c477aa91f7cda7c433b7fab554a8c32e6a81a39af3fcba0b71583b431e196dd3c429bea')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -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-tasty.install
===================================================================
--- haskell-tasty.install	2017-07-08 13:38:00 UTC (rev 243332)
+++ haskell-tasty.install	2017-07-08 13:50:31 UTC (rev 243333)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-tasty
-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