gnu: ghc-haskell-src-exts: Update to 1.20.2.
* gnu/packages/haskell.scm (ghc-haskell-src-exts): Update to 1.20.2. [inputs]: Replace ghc-pretty-show-for-haskell-src-exts with ghc-pretty-show. (ghc-pretty-show-for-haskell-src-exts): Remove.
This commit is contained in:
parent
c2828c8149
commit
14b0ade66f
|
@ -1223,23 +1223,10 @@ complex generic values into an interactive Html page, for easier
|
||||||
examination.")
|
examination.")
|
||||||
(license license:expat)))
|
(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
|
(define-public ghc-haskell-src-exts
|
||||||
(package
|
(package
|
||||||
(name "ghc-haskell-src-exts")
|
(name "ghc-haskell-src-exts")
|
||||||
(version "1.20.1")
|
(version "1.20.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1249,12 +1236,12 @@ examination.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jsjl9hja2dpcfq4mzlfpwyr6axwnwgacfb7aa070kz4lbygzaa8"))))
|
"1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cpphs" ,cpphs)
|
`(("cpphs" ,cpphs)
|
||||||
("ghc-happy" ,ghc-happy)
|
("ghc-happy" ,ghc-happy)
|
||||||
("ghc-pretty-show" ,ghc-pretty-show-for-haskell-src-exts)))
|
("ghc-pretty-show" ,ghc-pretty-show)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-smallcheck" ,ghc-smallcheck)
|
`(("ghc-smallcheck" ,ghc-smallcheck)
|
||||||
("ghc-tasty" ,ghc-tasty)
|
("ghc-tasty" ,ghc-tasty)
|
||||||
|
|
Loading…
Reference in New Issue