mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add ghc-prettyprinter-1.6.
* gnu/packages/haskell-xyz.scm (ghc-prettyprinter-1.6): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6c0858dda2
commit
2496e49f85
1 changed files with 17 additions and 0 deletions
|
@ -9516,6 +9516,23 @@ (define-public ghc-prettyprinter
|
|||
clashes, @code{Text}-based, extensible.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public ghc-prettyprinter-1.6
|
||||
(package
|
||||
(inherit ghc-prettyprinter)
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://hackage/package/prettyprinter/prettyprinter-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10fphxh8lvdaw7i8jyllwmj87w02db92mf99zfw5vddp9mv6b5rz"))))
|
||||
(inputs
|
||||
`(("ghc-quickckeck-instances" , ghc-quickcheck-instances)
|
||||
,@(package-inputs ghc-prettyprinter)))))
|
||||
|
||||
(define-public ghc-pretty-hex
|
||||
(package
|
||||
(name "ghc-pretty-hex")
|
||||
|
|
Loading…
Reference in a new issue