[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/328: gnu: ghc-socks: Update to 0.6.1.
From: |
guix-commits |
Subject: |
156/328: gnu: ghc-socks: Update to 0.6.1. |
Date: |
Sat, 16 Nov 2019 19:32:57 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 372768e9df4bf7033c95e2280f663241e4ea5ae6
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 12:59:26 2019 -0400
gnu: ghc-socks: Update to 0.6.1.
* gnu/packages/haskell-xyz.scm (ghc-socks): Update to 0.6.1.
[inputs]: Add 'ghc-basement'.
---
gnu/packages/haskell-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index cfc5f05..8a85ffd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9380,17 +9380,18 @@ automatically by SmallCheck.")
(define-public ghc-socks
(package
(name "ghc-socks")
- (version "0.5.6")
+ (version "0.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"socks/socks-" version ".tar.gz"))
(sha256
(base32
- "0f44qy74i0n6ll3jym0a2ipafkpw1h67amcpqmj8iq95h21wsqzs"))))
+ "0wvaxy3dkv97wrncjv1rxrmjr4014hgxz82kixvcwqdhidalfi3k"))))
(build-system haskell-build-system)
(inputs
`(("ghc-cereal" ,ghc-cereal)
+ ("ghc-basement" ,ghc-basement)
("ghc-network" ,ghc-network)))
(home-page "https://github.com/vincenthz/hs-socks")
(synopsis "SOCKS proxy (version 5) implementation")
- 95/328: gnu: ghc-indents: Update to 0.5.0.1., (continued)
- 95/328: gnu: ghc-indents: Update to 0.5.0.1., guix-commits, 2019/11/16
- 139/328: gnu: ghc-graphviz: Update to 2999.20.0.3., guix-commits, 2019/11/16
- 146/328: gnu: ghc-chell-quickcheck: Update to 0.2.5.2., guix-commits, 2019/11/16
- 150/328: gnu: ghc-tldr: Update to 0.4.0.2., guix-commits, 2019/11/16
- 151/328: gnu: ghc-opengl: Update to 3.0.3.0., guix-commits, 2019/11/16
- 157/328: gnu: ghc-hslogger: Update to 1.2.12., guix-commits, 2019/11/16
- 163/328: gnu: ghc-parsers: Update to 0.12.10., guix-commits, 2019/11/16
- 136/328: gnu: ghc-wave: Update to 0.2.0., guix-commits, 2019/11/16
- 138/328: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/16
- 145/328: gnu: ghc-chell: Update to 0.5., guix-commits, 2019/11/16
- 156/328: gnu: ghc-socks: Update to 0.6.1.,
guix-commits <=
- 162/328: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/16
- 158/328: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/16
- 178/328: gnu: ghc-lifted-async: Update to 0.10.0.4., guix-commits, 2019/11/16
- 144/328: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/16
- 107/328: gnu: ghc-hspec-core: Update to 2.7.1., guix-commits, 2019/11/16
- 113/328: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/16
- 120/328: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/16
- 131/328: gnu: Add ghc-splitmix., guix-commits, 2019/11/16
- 128/328: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/16
- 130/328: gnu: Add ghc-base-compat-batteries., guix-commits, 2019/11/16