gnu: ghc-socks: Update to 0.6.1.

* gnu/packages/haskell-xyz.scm (ghc-socks): Update to 0.6.1.
[inputs]: Add 'ghc-basement'.
This commit is contained in:
Timothy Sample 2019-10-31 12:59:26 -04:00
parent 03b0c92e2a
commit ab761e9dd8
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -9380,17 +9380,18 @@ (define-public ghc-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")