gnu: ghc-aws: Update to 0.18.

* gnu/packages/haskell.scm (ghc-aws): Update to 0.18.
[inputs]: Replace ghc-cryptohash with ghc-cryptonite.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-05 18:45:19 +01:00
parent d484677971
commit 0faddfc392
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -7985,14 +7985,14 @@ as well as a convenient Conduit module.")
(define-public ghc-aws (define-public ghc-aws
(package (package
(name "ghc-aws") (name "ghc-aws")
(version "0.17.1") (version "0.18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
"aws-" version "/aws-" version ".tar.gz")) "aws-" version "/aws-" version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"1q4qh58vj8447a4fl88n3nkpdc4yv293qsh02w6zvszd6ch61yh7")))) "0h7473wkvc5xjzx5fd5k5fp70rjq5gqmn1cpy95mswvvfsq3irxj"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments `(#:tests? #f)) ; Tests require AWS credentials. (arguments `(#:tests? #f)) ; Tests require AWS credentials.
(inputs (inputs
@ -8006,7 +8006,7 @@ as well as a convenient Conduit module.")
("ghc-cereal" ,ghc-cereal) ("ghc-cereal" ,ghc-cereal)
("ghc-conduit" ,ghc-conduit) ("ghc-conduit" ,ghc-conduit)
("ghc-conduit-extra" ,ghc-conduit-extra) ("ghc-conduit-extra" ,ghc-conduit-extra)
("ghc-cryptohash" ,ghc-cryptohash) ("ghc-cryptonite" ,ghc-cryptonite)
("ghc-data-default" ,ghc-data-default) ("ghc-data-default" ,ghc-data-default)
("ghc-http-conduit" ,ghc-http-conduit) ("ghc-http-conduit" ,ghc-http-conduit)
("ghc-http-types" ,ghc-http-types) ("ghc-http-types" ,ghc-http-types)