[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/151: gnu: ghc-network: Update to 2.6.2.1.
From: |
Paul |
Subject: |
15/151: gnu: ghc-network: Update to 2.6.2.1. |
Date: |
Mon, 19 Oct 2015 08:57:13 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 5eb37a47ad6003bd5e5055f2326fc476a53e233c
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 c433d2e..2127cc9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1113,7 +1113,7 @@ mutable and immutable), with a powerful loop 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
@@ -1124,7 +1124,7 @@ mutable and immutable), with a powerful loop optimisation
framework.")
".tar.gz"))
(sha256
(base32
- "12b7saam5ga6l4cplgkad49xa4vkynz2ri9jxidx1cxiqjcl0vc4"))))
+ "1yhvpd4wigz165jvyvw9zslx7lgqdj63jh3zv5s74b5ykdfa3zd3"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)))
@@ -1143,7 +1143,7 @@ mutable and immutable), with a powerful loop 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
@@ -1154,7 +1154,7 @@ mutable and immutable), with a powerful loop optimisation
framework.")
".tar.gz"))
(sha256
(base32
- "09ymamb128jgqghpda4nixncr73all8qc6q53976aricm6a27p37"))))
+ "1pwbqb2rk4rnvllvdch42p5368xcvpkanp7bxckdhxya8zzwvhhg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)
- 05/151: gnu: xmonad: Patch for updated libraries., (continued)
- 05/151: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/19
- 06/151: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/19
- 07/151: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/19
- 08/151: gnu: ghc-dlist: Enable tests., Paul, 2015/10/19
- 09/151: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/19
- 10/151: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/19
- 12/151: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/19
- 11/151: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/19
- 14/151: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/19
- 16/151: gnu: ghc-old-time: Add variable., Paul, 2015/10/19
- 15/151: gnu: ghc-network: Update to 2.6.2.1.,
Paul <=
- 13/151: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/19
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/19
- 18/151: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/19
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/19
- 19/151: gnu: Add ghc-ansi-terminal., Paul, 2015/10/19
- 20/151: gnu: ghc-containers: Remove variable., Paul, 2015/10/19
- 21/151: gnu: Add ghc-async., Paul, 2015/10/19
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/19
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/19
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/19