mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2.
* gnu/packages/haskell.scm (ghc-ansi-wl-pprint): Update to 0.6.8.2.
This commit is contained in:
parent
a5f7a5f6ed
commit
05916da70b
1 changed files with 5 additions and 6 deletions
|
@ -3480,17 +3480,16 @@ instances of the @code{Pretty} class.")
|
||||||
(define-public ghc-ansi-wl-pprint
|
(define-public ghc-ansi-wl-pprint
|
||||||
(package
|
(package
|
||||||
(name "ghc-ansi-wl-pprint")
|
(name "ghc-ansi-wl-pprint")
|
||||||
(version "0.6.7.3")
|
(version "0.6.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"https://hackage.haskell.org/package/ansi-wl-pprint/ansi-wl-pprint-"
|
"ansi-wl-pprint/ansi-wl-pprint-"
|
||||||
version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"025pyphsjf0dnbrmj5nscbi6gzyigwgp3ifxb3psn7kji6mfr29p"))))
|
"0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
|
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue