[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/49: gnu: Add ghc-socks.
From: |
Ricardo Wurmus |
Subject: |
45/49: gnu: Add ghc-socks. |
Date: |
Thu, 10 Dec 2015 13:36:54 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit dcc5cf1d415a3629f01f816bbaf6d16373ed1d76
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:38:24 2015 +0100
gnu: Add ghc-socks.
* gnu/packages/haskell.scm (ghc-socks): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d574468..0f5c2dd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6089,6 +6089,27 @@ Ephemeral (Elliptic curve and regular) Diffie Hellman
key exchanges, and many
extensions.")
(license bsd-3)))
+(define-public ghc-socks
+ (package
+ (name "ghc-socks")
+ (version "0.5.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/";
+ "socks/socks-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1nmldlwxqasmg359i2aa3a903gi3lmnlspvf12xk49jrg3mf3dg9"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-cereal" ,ghc-cereal)
+ ("ghc-network" ,ghc-network)))
+ (home-page "http://github.com/vincenthz/hs-socks";)
+ (synopsis "SOCKS proxy (version 5) implementation.")
+ (description
+ "This library provides a SOCKS proxy (version 5) implementation.")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 28/49: gnu: Add ghc-hslua., (continued)
- 28/49: gnu: Add ghc-hslua., Ricardo Wurmus, 2015/12/10
- 43/49: gnu: Add ghc-x509-system., Ricardo Wurmus, 2015/12/10
- 33/49: gnu: Add ghc-pem., Ricardo Wurmus, 2015/12/10
- 30/49: gnu: Add ghc-http-client., Ricardo Wurmus, 2015/12/10
- 46/49: gnu: Add ghc-connection., Ricardo Wurmus, 2015/12/10
- 40/49: gnu: Add ghc-x509., Ricardo Wurmus, 2015/12/10
- 42/49: gnu: Add ghc-x509-validation., Ricardo Wurmus, 2015/12/10
- 49/49: gnu: python-biopython, python2-biopython: Update to 1.66., Ricardo Wurmus, 2015/12/10
- 48/49: gnu: Add ghc-pandoc., Ricardo Wurmus, 2015/12/10
- 39/49: gnu: Add ghc-memory., Ricardo Wurmus, 2015/12/10
- 45/49: gnu: Add ghc-socks.,
Ricardo Wurmus <=
- 47/49: gnu: Add ghc-http-client-tls., Ricardo Wurmus, 2015/12/10
- 38/49: gnu: Add ghc-cryptonite., Ricardo Wurmus, 2015/12/10
- 41/49: gnu: Add ghc-x509-store., Ricardo Wurmus, 2015/12/10
- 44/49: gnu: Add ghc-tls., Ricardo Wurmus, 2015/12/10