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

Felix Yan felixonmars at archlinux.org
Sat Jan 11 18:50:39 UTC 2020


    Date: Saturday, January 11, 2020 @ 18:50:39
  Author: felixonmars
Revision: 552033

upgpkg: haskell-tls 1.5.0-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-tls/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 18:48:29 UTC (rev 552032)
+++ PKGBUILD	2020-01-11 18:50:39 UTC (rev 552033)
@@ -3,18 +3,18 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.4.1
-pkgrel=93
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="https://github.com/vincenthz/hs-tls"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal"
-         "haskell-cryptonite" "haskell-data-default-class" "haskell-memory"
+         "haskell-cryptonite" "haskell-data-default-class" 'haskell-hourglass' "haskell-memory"
          "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a72435af9d3188fb19d6367089bc598ec17e845eccfbeb3457da89c3a3eb3f47b6041b4d2be6bff63e0c40e110b1eb8b176380e5acb82641869df4dfb871d9fd')
+sha512sums=('b8649b9437e6c8af562feb8cf171f1ebad7e2fa6d23a39559265999c153001f15a55239e9c993a68995058bb8c9204e1ec9855d5b5d4435c4c11cfcf4101cf33')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list