Archived
1
0
Fork 0

gnu: ghc-hsopenssl: Update to 0.11.4.17.

* gnu/packages/haskell-crypto.scm (ghc-hsopenssl): Update to 0.11.4.17.
[arguments]: Remove '#:cabal-revision'.
This commit is contained in:
Timothy Sample 2019-10-31 12:58:21 -04:00
parent ec25d53677
commit d23edfce56
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -780,7 +780,7 @@ extensions.")
(define-public ghc-hsopenssl (define-public ghc-hsopenssl
(package (package
(name "ghc-hsopenssl") (name "ghc-hsopenssl")
(version "0.11.4.15") (version "0.11.4.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -788,14 +788,11 @@ extensions.")
"HsOpenSSL/HsOpenSSL-" version ".tar.gz")) "HsOpenSSL/HsOpenSSL-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0idmak6d8mpbxphyq9hkxkmby2wnzhc1phywlgm0zw6q47pwxgff")))) "0qivl9clmybfglwxqp2sq308rv4ia4rhwshcsc8b029bvpp0mpsi"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-network" ,ghc-network) `(("ghc-network" ,ghc-network)
("openssl" ,openssl))) ("openssl" ,openssl)))
(arguments
`(#:cabal-revision
("1" "0bkcw2pjfgv1bhgkrpncvwq9czfr7cr4ak14n0v8c2y33i33wk5z")))
(home-page "https://github.com/vshabanov/HsOpenSSL") (home-page "https://github.com/vshabanov/HsOpenSSL")
(synopsis "Partial OpenSSL binding for Haskell") (synopsis "Partial OpenSSL binding for Haskell")
(description "HsOpenSSL is an OpenSSL binding for Haskell. It can (description "HsOpenSSL is an OpenSSL binding for Haskell. It can