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.
master
Timothy Sample 2018-08-28 23:33:24 -04:00 committed by Ricardo Wurmus
parent c2828c8149
commit 14b0ade66f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 16 deletions

View File

@ -1223,23 +1223,10 @@ complex generic values into an interactive Html page, for easier
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")
(version "1.20.1")
(version "1.20.2")
(source
(origin
(method url-fetch)
@ -1249,12 +1236,12 @@ examination.")
".tar.gz"))
(sha256
(base32
"1jsjl9hja2dpcfq4mzlfpwyr6axwnwgacfb7aa070kz4lbygzaa8"))))
"1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)
("ghc-happy" ,ghc-happy)
("ghc-pretty-show" ,ghc-pretty-show-for-haskell-src-exts)))
("ghc-pretty-show" ,ghc-pretty-show)))
(native-inputs
`(("ghc-smallcheck" ,ghc-smallcheck)
("ghc-tasty" ,ghc-tasty)