[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 14:42:40 UTC 2017


    Date: Friday, June 23, 2017 @ 14:42:39
  Author: felixonmars
Revision: 240422

upgpkg: haskell-aeson-compat 0.3.7-3

rebuild with hashable,1.2.6.1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 14:41:18 UTC (rev 240421)
+++ PKGBUILD	2017-06-23 14:42:39 UTC (rev 240422)
@@ -5,12 +5,12 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-attoparsec-iso8601"
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-attoparsec-iso8601"
          "haskell-base-compat" "haskell-exceptions" "haskell-hashable" "haskell-scientific"
          "haskell-semigroups" "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
          "haskell-unordered-containers" "haskell-vector")
@@ -28,7 +28,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