guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: ghc-tls: Update to 1.3.8.


From: Ricardo Wurmus
Subject: 02/10: gnu: ghc-tls: Update to 1.3.8.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit ba4529c4f76a455076a0b4a74e6af5fca3140064
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 12:39:52 2016 +0200

    gnu: ghc-tls: Update to 1.3.8.
    
    * gnu/packages/haskell.scm (ghc-tls): Update to 1.3.8.
---
 gnu/packages/haskell.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dcd21e2..f366a9f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6152,14 +6153,14 @@ for X.509 certificates.")
 (define-public ghc-tls
   (package
     (name "ghc-tls")
-    (version "1.3.3")
+    (version "1.3.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "tls/tls-" version ".tar.gz"))
               (sha256
                (base32
-                "096ay54bwy6qi9z8ypncww3ls853zj37yaficvcg7qcqj42zn0wz"))))
+                "1rdidf18i781c0vdvy9yn79yh08hmcacf6fp3sgghyiy3h0wyh5l"))))
     (build-system haskell-build-system)
     (propagated-inputs
      `(("ghc-mtl" ,ghc-mtl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]