[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/153: gnu: ghc-network: Update to 2.6.2.1.
From: |
Paul |
Subject: |
16/153: gnu: ghc-network: Update to 2.6.2.1. |
Date: |
Thu, 22 Oct 2015 10:10:58 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1ff1d3491e91637ea640d5b6ff3fd22deb7887b1
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:12:18 2015 +0200
gnu: ghc-network: Update to 2.6.2.1.
* gnu/packages/haskell.scm (ghc-network): Update to 2.6.2.1.
* gnu/packages/haskell.scm (ghc-network-uri): Update to 2.6.0.3.
---
gnu/packages/haskell.scm | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a9beb29..fe355ee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1148,7 +1148,7 @@ optimisation framework.")
(define-public ghc-network
(package
(name "ghc-network")
- (version "2.6.0.2")
+ (version "2.6.2.1")
(outputs '("out" "doc"))
(source
(origin
@@ -1159,7 +1159,7 @@ optimisation framework.")
".tar.gz"))
(sha256
(base32
- "12b7saam5ga6l4cplgkad49xa4vkynz2ri9jxidx1cxiqjcl0vc4"))))
+ "1yhvpd4wigz165jvyvw9zslx7lgqdj63jh3zv5s74b5ykdfa3zd3"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)))
@@ -1178,7 +1178,7 @@ optimisation framework.")
(define-public ghc-network-uri
(package
(name "ghc-network-uri")
- (version "2.6.0.1")
+ (version "2.6.0.3")
(outputs '("out" "doc"))
(source
(origin
@@ -1189,7 +1189,7 @@ optimisation framework.")
".tar.gz"))
(sha256
(base32
- "09ymamb128jgqghpda4nixncr73all8qc6q53976aricm6a27p37"))))
+ "1pwbqb2rk4rnvllvdch42p5368xcvpkanp7bxckdhxya8zzwvhhg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)
- branch wip-haskell-platform-7.10.2-a created (now c371bb8), Paul, 2015/10/22
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/22
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/22
- 03/153: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/22
- 04/153: gnu: Add ghc-old-locale., Paul, 2015/10/22
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/22
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 16/153: gnu: ghc-network: Update to 2.6.2.1.,
Paul <=
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/22
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 09/153: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/22
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/22
- 07/153: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 15/153: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 19/153: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22