Date: Friday, December 16, 2016 @ 10:18:31 Author: felixonmars Revision: 199858
upgpkg: haskell-websockets 0.10.0.0-1 rebuild with websockets-0.10.0.0 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-16 10:14:00 UTC (rev 199857) +++ PKGBUILD 2016-12-16 10:18:31 UTC (rev 199858) @@ -4,7 +4,7 @@ _hkgname=websockets pkgname=haskell-websockets -pkgver=0.9.8.0 +pkgver=0.10.0.0 pkgrel=1 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." url="http://hackage.haskell.org/package/${_hkgname}" @@ -14,7 +14,7 @@ "haskell-case-insensitive" "haskell-entropy" "haskell-network" "haskell-random" "haskell-sha" "haskell-text") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('162e287bf16b714f71076b644b65d06298759380ad2ef23ffde4674e97dc65d8') +sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
