Date: Friday, June 23, 2017 @ 11:57:07 Author: felixonmars Revision: 240336
upgpkg: haskell-websockets 0.10.0.0-17 rebuild with hashable,1.2.6.1 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:55:40 UTC (rev 240335) +++ PKGBUILD 2017-06-23 11:57:07 UTC (rev 240336) @@ -5,12 +5,12 @@ _hkgname=websockets pkgname=haskell-websockets pkgver=0.10.0.0 -pkgrel=16 +pkgrel=17 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-attoparsec" "haskell-base64-bytestring" "haskell-blaze-builder" +depends=('ghc' "haskell-attoparsec" "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-entropy" "haskell-network" "haskell-random" "haskell-sha" "haskell-text") 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 \ -f-Example runhaskell Setup build runhaskell Setup haddock --hoogle --html
