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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 12:48:50 UTC 2020


    Date: Wednesday, January 8, 2020 @ 12:48:49
  Author: felixonmars
Revision: 550261

upgpkg: haskell-websockets 0.12.7.0-1: rebuild with websockets 0.12.7.0

Modified:
  haskell-websockets/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 12:24:54 UTC (rev 550260)
+++ PKGBUILD	2020-01-08 12:48:49 UTC (rev 550261)
@@ -3,7 +3,7 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.12.6.0
+pkgver=0.12.7.0
 pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="https://hackage.haskell.org/package/${_hkgname}"
@@ -10,12 +10,12 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring'
-         'haskell-case-insensitive' 'haskell-entropy' 'haskell-network' 'haskell-random'
-         'haskell-sha' 'haskell-streaming-commons')
+         'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 'haskell-network'
+         'haskell-random' 'haskell-sha' '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")
-sha512sums=('2cd97cba6404ef6bb71ffe6c7d52e1778e32a91e35d0b1262a963908052b98483afeb023c711db53171d9b6986fb942a7497d8f6b5998cd646f6208e6c35a5f9')
+sha512sums=('8cfc67df1a211ef3ec87a239747f2011c4b70e4796a8b693ea7ef1faf9fb236d6776d5adaf54ff0665a27d87ffb5f02a1e43b8e4c3674a5e710f13ee0675db8f')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list