[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/257: gnu: ghc-haskell-src-exts: Update to 1.20.2.
From: |
Ricardo Wurmus |
Subject: |
164/257: gnu: ghc-haskell-src-exts: Update to 1.20.2. |
Date: |
Thu, 27 Sep 2018 15:47:20 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit ba6d1e055f219020563b06383840474e3a2c7009
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:33:24 2018 -0400
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.
---
gnu/packages/haskell.scm | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0e883d1..5772e6a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)
- 188/257: gnu: ghc-aeson-pretty: Update to 0.8.7., (continued)
- 188/257: gnu: ghc-aeson-pretty: Update to 0.8.7., Ricardo Wurmus, 2018/09/27
- 177/257: gnu: ghc-glut: Update to 2.7.0.14., Ricardo Wurmus, 2018/09/27
- 174/257: gnu: ghc-bifunctors: Update to 5.5.3., Ricardo Wurmus, 2018/09/27
- 170/257: gnu: ghc-x509-system: Update to 1.6.6., Ricardo Wurmus, 2018/09/27
- 157/257: gnu: ghc-typed-process: Update to 0.2.3.0., Ricardo Wurmus, 2018/09/27
- 160/257: gnu: ghc-zip-archive: Update to 0.3.3., Ricardo Wurmus, 2018/09/27
- 205/257: gnu: ghc-skylighting: Update to 0.7.2., Ricardo Wurmus, 2018/09/27
- 193/257: gnu: ghc-lifted-async: Update to 0.10.0.2., Ricardo Wurmus, 2018/09/27
- 192/257: gnu: ghc-http-api-data: Update to 0.3.8.1., Ricardo Wurmus, 2018/09/27
- 162/257: gnu: ghc-bytes: Update to 0.15.5., Ricardo Wurmus, 2018/09/27
- 164/257: gnu: ghc-haskell-src-exts: Update to 1.20.2.,
Ricardo Wurmus <=
- 153/257: gnu: ghc-graphviz: Remove unneeded configure flag., Ricardo Wurmus, 2018/09/27
- 154/257: gnu: ghc-markdown-unlit: Update to 0.5.0., Ricardo Wurmus, 2018/09/27
- 152/257: gnu: ghc-gnuplot: Update to 0.5.5.2., Ricardo Wurmus, 2018/09/27
- 149/257: gnu: ghc-x509: Update to 1.7.3., Ricardo Wurmus, 2018/09/27
- 191/257: gnu: ghc-hslua-module-text: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 187/257: gnu: ghc-aeson-compat: Update to 0.3.8., Ricardo Wurmus, 2018/09/27
- 186/257: gnu: agda: Update to 2.5.4.1., Ricardo Wurmus, 2018/09/27
- 185/257: gnu: ghc-uri-bytestring: Update to 0.3.2.0., Ricardo Wurmus, 2018/09/27
- 182/257: gnu: ghc-parsers: Update to 0.12.9., Ricardo Wurmus, 2018/09/27
- 135/257: gnu: ghc-base-orphans: Update to 0.7., Ricardo Wurmus, 2018/09/27