Date: Wednesday, December 5, 2018 @ 10:41:25 Author: felixonmars Revision: 411358
upgpkg: haskell-websockets 0.12.5.2-11 rebuild with base64-bytestring 1.0.0.2 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-05 10:40:38 UTC (rev 411357) +++ PKGBUILD 2018-12-05 10:41:25 UTC (rev 411358) @@ -4,10 +4,10 @@ _hkgname=websockets pkgname=haskell-websockets pkgver=0.12.5.2 -pkgrel=10 +pkgrel=11 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." url="https://hackage.haskell.org/package/${_hkgname}" -license=("custom:BSD3") +license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-case-insensitive' 'haskell-entropy' 'haskell-network' 'haskell-random' 'haskell-sha'
