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

Felix Yan fyan at archlinux.org
Thu Dec 10 18:43:06 UTC 2015


    Date: Thursday, December 10, 2015 @ 19:43:05
  Author: fyan
Revision: 152550

GHC 7.10.3 rebuild

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 18:39:25 UTC (rev 152549)
+++ PKGBUILD	2015-12-10 18:43:05 UTC (rev 152550)
@@ -5,12 +5,12 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal"
+depends=("ghc=7.10.3" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal"
          "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" "haskell-mtl"
          "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
 options=('staticlibs')



More information about the arch-commits mailing list