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

Felix Yan felixonmars at archlinux.org
Thu May 17 07:30:55 UTC 2018


    Date: Thursday, May 17, 2018 @ 07:30:54
  Author: felixonmars
Revision: 323389

upgpkg: haskell-tls 1.4.1-11

rebuild with ghc 8.4.2

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 07:30:40 UTC (rev 323388)
+++ PKGBUILD	2018-05-17 07:30:54 UTC (rev 323389)
@@ -5,13 +5,13 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="https://github.com/vincenthz/hs-tls"
 license=("custom:BSD3")
 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-mtl"
+         "haskell-cryptonite" "haskell-data-default-class" "haskell-memory"
          "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list