me
/
guix
Archived
1
0
Fork 0

gnu: ghc-json: Update to 0.9.2.

* gnu/packages/haskell.scm (ghc-json): Update to 0.9.2.
master
Timothy Sample 2018-08-28 22:32:04 -04:00 committed by Ricardo Wurmus
parent ddfb799e5d
commit 1a8f5eb2e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8101,7 +8101,7 @@ handled safely, this is what you're left with.")
(define-public ghc-json
(package
(name "ghc-json")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
@ -8109,7 +8109,7 @@ handled safely, this is what you're left with.")
"json-" version ".tar.gz"))
(sha256
(base32
"18l5027vc68hnnxrxlnyl59vkkg95a92m1zzms0dqiby2r6pxdcn"))))
"13kkfgx58z18jphbg56jn08jn72wi3kvfndlwwx87hqwg7x1dfz6"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)