mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-pretty-show: Update to 1.9.5.
* gnu/packages/haskell-xyz.scm (ghc-pretty-show): Update to 1.9.5.
This commit is contained in:
parent
ce684db049
commit
7683a084bc
1 changed files with 2 additions and 2 deletions
|
@ -7829,7 +7829,7 @@ (define-public ghc-pretty-hex
|
||||||
(define-public ghc-pretty-show
|
(define-public ghc-pretty-show
|
||||||
(package
|
(package
|
||||||
(name "ghc-pretty-show")
|
(name "ghc-pretty-show")
|
||||||
(version "1.7")
|
(version "1.9.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7837,7 +7837,7 @@ (define-public ghc-pretty-show
|
||||||
"pretty-show-" version ".tar.gz"))
|
"pretty-show-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0br7pkxqqqhby2j2v1g847lgqsrasx56g1jw3dhmjh4flzs6warq"))))
|
"0gs2pabi4qa4b0r5vffpf9b1cf5n9y2939a3lljjw7cmg6xvx5dh"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-haskell-lexer" ,ghc-haskell-lexer)
|
`(("ghc-haskell-lexer" ,ghc-haskell-lexer)
|
||||||
|
|
Loading…
Reference in a new issue