[arch-commits] Commit in haskell-wai-websockets/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 18:19:01 UTC 2017


    Date: Friday, June 23, 2017 @ 18:19:00
  Author: felixonmars
Revision: 240528

upgpkg: haskell-wai-websockets 3.0.1.1-23

rebuild with hashable,1.2.6.1

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 18:17:47 UTC (rev 240527)
+++ PKGBUILD	2017-06-23 18:19:00 UTC (rev 240528)
@@ -5,12 +5,12 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="http://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-http-types"
+depends=('ghc' "haskell-blaze-builder" "haskell-case-insensitive" "haskell-http-types"
          "haskell-network" "haskell-wai" "haskell-websockets")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
@@ -20,7 +20,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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list