mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: ghc-prettyprinter: Update to 1.7.1.
* gnu/packages/haskell-xyz.scm (ghc-prettyprinter): Update to 1.7.1.
This commit is contained in:
parent
254f201b2e
commit
c19a1b00d3
1 changed files with 3 additions and 3 deletions
|
@ -10205,16 +10205,16 @@ (define-public ghc-prettyclass
|
|||
(define-public ghc-prettyprinter
|
||||
(package
|
||||
(name "ghc-prettyprinter")
|
||||
(version "1.7.0")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://hackage/package/prettyprinter/prettyprinter-"
|
||||
"https://hackage.haskell.org/package/prettyprinter/prettyprinter-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19z04sn0kqxgwcyfn5igjmbxw13xsb3mdhdidkb3kzswib78f6sr"))))
|
||||
(base32 "0i8b3wjjpdvp5b857j065jwyrpgcnzgk75imrj7i3yhl668acvjy"))))
|
||||
(build-system haskell-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-doctest" ,ghc-doctest)
|
||||
|
|
Loading…
Reference in a new issue