mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-aeson-qq: Update to 0.8.4.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.4.
This commit is contained in:
parent
fcbb54acdf
commit
560d423bdb
1 changed files with 2 additions and 2 deletions
|
@ -1088,14 +1088,14 @@ (define-public ghc-aeson-pretty
|
|||
(define-public ghc-aeson-qq
|
||||
(package
|
||||
(name "ghc-aeson-qq")
|
||||
(version "0.8.3")
|
||||
(version "0.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"aeson-qq/aeson-qq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10plwzz05qc8068av00jak8rcciw99cbxh3lkx522lmzi37jjccg"))))
|
||||
"0dpklq2xdhrkg1rdc7zfdjnzm6c3qxx2i1xskrqdxpqi84ffnlyh"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-base-compat" ,ghc-base-compat)
|
||||
|
|
Loading…
Reference in a new issue