mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add ghc-pretty-show-for-haskell-src-exts.
* gnu/packages/haskell.scm (ghc-pretty-show-for-haskell-src-exts): New variable.
This commit is contained in:
parent
fe4f81bc6f
commit
e0ba59a9f8
1 changed files with 13 additions and 0 deletions
|
@ -977,6 +977,19 @@ (define-public ghc-pretty-show
|
|||
examination.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ghc-pretty-show-for-haskell-src-exts
|
||||
(package (inherit ghc-pretty-show)
|
||||
(name "ghc-pretty-show")
|
||||
(version "1.6.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/pretty-show/"
|
||||
"pretty-show-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"133s4l1gk46saf6ycm785rswycy8g3j0qqrv93b5wp8cp50kd0ww"))))))
|
||||
|
||||
(define-public ghc-haskell-src-exts
|
||||
(package
|
||||
(name "ghc-haskell-src-exts")
|
||||
|
|
Loading…
Reference in a new issue