gnu: ghc-bytes: Update to 0.15.5.

* gnu/packages/haskell.scm (ghc-bytes): Update to 0.15.5.
[inputs]: Replace ghc-doctest-0.13 with ghc-doctest.
master
Timothy Sample 2018-08-29 00:27:32 -04:00 committed by Ricardo Wurmus
parent 0f9e74e9f7
commit 40a8d0762f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -10092,7 +10092,7 @@ address string against RFC 5322.")
(define-public ghc-bytes
(package
(name "ghc-bytes")
(version "0.15.4")
(version "0.15.5")
(source
(origin
(method url-fetch)
@ -10103,11 +10103,11 @@ address string against RFC 5322.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"121x3iqlm8pghw8cd9g30cnqbl7jrdpfjxdanmqdqllajw6xivrm"))))
"063il2vrn0p88r9gzndh4ijs0mxj37khkc9ym9bqdsv7ngk3b683"))))
(build-system haskell-build-system)
(inputs `(("ghc-cereal" ,ghc-cereal)
("cabal-doctest" ,cabal-doctest)
("ghc-doctest" ,ghc-doctest-0.13)
("ghc-doctest" ,ghc-doctest)
("ghc-scientific" ,ghc-scientific)
("ghc-text" ,ghc-text)
("ghc-transformers-compat" ,ghc-transformers-compat)