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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Dec 10 18:58:29 UTC 2015


    Date: Thursday, December 10, 2015 @ 19:58:29
  Author: bpiotrowski
Revision: 152556

GHC 7.10.3 rebuild

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 18:56:15 UTC (rev 152555)
+++ PKGBUILD	2015-12-10 18:58:29 UTC (rev 152556)
@@ -5,12 +5,12 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-byteable" "haskell-data-default-class" "haskell-network" "haskell-socks"
+depends=("ghc=7.10.3" "haskell-byteable" "haskell-data-default-class" "haskell-network" "haskell-socks"
          "haskell-tls" "haskell-x509" "haskell-x509-store" "haskell-x509-system" "haskell-x509-validation")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list