me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hpack: Update to 0.34.5.

* gnu/packages/haskell-xyz.scm (ghc-hpack): Update to 0.34.5.
master
Lars-Dominik Braun 2021-10-25 14:28:36 +02:00
parent c75122cfc0
commit c62fdba44d
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 2 deletions

View File

@ -6071,7 +6071,7 @@ representations of current time.")
(define-public ghc-hpack
(package
(name "ghc-hpack")
(version "0.34.4")
(version "0.34.5")
(source
(origin
(method url-fetch)
@ -6079,7 +6079,7 @@ representations of current time.")
"hpack-" version ".tar.gz"))
(sha256
(base32
"1xszy00al5zzga64gh7nvgqc93242f61kqy8lb09jkm98a8fs4bl"))))
"0gmm6jgi1sgyilphww6apq1x04grqznm7xhyb7g1rj5j7my40ws2"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)