me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hslogger: Update to 1.2.12.

* gnu/packages/haskell-xyz.scm (ghc-hslogger): Update to 1.2.12.
master
Timothy Sample 2019-10-31 12:59:40 -04:00
parent ab761e9dd8
commit e5ccc5f78c
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -4991,7 +4991,7 @@ MODS-format XML intermediate.")
(define-public ghc-hslogger
(package
(name "ghc-hslogger")
(version "1.2.10")
(version "1.2.12")
(source
(origin
(method url-fetch)
@ -4999,7 +4999,7 @@ MODS-format XML intermediate.")
"hslogger-" version "/" "hslogger-"
version ".tar.gz"))
(sha256 (base32
"0as5gvlh6pi2gflakp695qnlizyyp059dqrhvjl4gjxalja6xjnp"))))
"0ykcsk7wqygvrg60r5kpl6xfinr706al8pfyk5wj67wjs24lqypr"))))
(build-system haskell-build-system)
(inputs
`(("ghc-network" ,ghc-network)