Date: Thursday, May 17, 2018 @ 16:51:38 Author: felixonmars Revision: 323897
upgpkg: haskell-websockets 0.12.4.1-2 rebuild with ghc 8.4.2 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 16:50:49 UTC (rev 323896) +++ PKGBUILD 2018-05-17 16:51:38 UTC (rev 323897) @@ -5,7 +5,7 @@ _hkgname=websockets pkgname=haskell-websockets pkgver=0.12.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-case-insensitive' 'haskell-entropy' 'haskell-network' 'haskell-random' 'haskell-sha' - 'haskell-streaming-commons' 'haskell-text') + 'haskell-streaming-commons') makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
