[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2
From: |
Ricardo Wurmus |
Subject: |
128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2 |
Date: |
Tue, 13 Feb 2018 07:38:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit db6dbe194ec9fd8e4550529180743fdca475a740
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 00:22:55 2018 +0100
gnu: ghc-haskell-src-meta: Update to 0.8.0.2
* gnu/packages/haskell.scm (ghc-haskell-src-meta): Update to 0.8.0.2.
[native-inputs]: Add ghc-hunit, ghc-test-framework, and
ghc-test-framework-hunit.
---
gnu/packages/haskell.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7601f63..19be937 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5249,7 +5249,7 @@ info for more informative bug reports.")
(define-public ghc-haskell-src-meta
(package
(name "ghc-haskell-src-meta")
- (version "0.6.0.12")
+ (version "0.8.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5257,12 +5257,16 @@ info for more informative bug reports.")
version ".tar.gz"))
(sha256
(base32
- "1mzbfrfvl6pj8068w3m6alzry1403ir1gmz3czg66n5z198l4dql"))))
+ "12rc4v5dbbbcwdp7j8isvnm9vqpazv124j5kdfwlgwgwjhxi8ysb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
("ghc-syb" ,ghc-syb)
("ghc-th-orphans" ,ghc-th-orphans)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
(home-page "https://hackage.haskell.org/package/haskell-src-meta")
(synopsis "Parse source to template-haskell abstract syntax")
(description
- 156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0., (continued)
- 156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0., Ricardo Wurmus, 2018/02/13
- 158/177: gnu: ghc-pandoc: Update to 2.0.6., Ricardo Wurmus, 2018/02/13
- 86/177: gnu: Add ghc-hxt-regex-xmlschema., Ricardo Wurmus, 2018/02/13
- 91/177: gnu: hscolour: Update to 1.24.1., Ricardo Wurmus, 2018/02/13
- 93/177: gnu: ghc-pcre-light: Update to 0.4.0.4., Ricardo Wurmus, 2018/02/13
- 94/177: gnu: ghc-parsers: Update to 0.12.4., Ricardo Wurmus, 2018/02/13
- 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7., Ricardo Wurmus, 2018/02/13
- 92/177: gnu: ghc-temporary: Update to 1.2.0.4., Ricardo Wurmus, 2018/02/13
- 98/177: gnu: ghc-parsec: Update to 3.1.11., Ricardo Wurmus, 2018/02/13
- 99/177: gnu: ghc-vault: Update to 0.3.0.6., Ricardo Wurmus, 2018/02/13
- 128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2,
Ricardo Wurmus <=
- 127/177: gnu: ghc-th-orphans: Update to 0.13.2., Ricardo Wurmus, 2018/02/13
- 155/177: gnu: ghc-connection: Update to 0.2.6., Ricardo Wurmus, 2018/02/13
- 104/177: gnu: ghc-texmath: Update to 0.10.1.1., Ricardo Wurmus, 2018/02/13
- 102/177: gnu: ghc-bifunctors: Update to 5.5.2., Ricardo Wurmus, 2018/02/13
- 103/177: gnu: ghc-pandoc-types: Update to 1.17.3.1., Ricardo Wurmus, 2018/02/13
- 109/177: gnu: ghc-wai-logger: Update to 2.3.0., Ricardo Wurmus, 2018/02/13
- 110/177: gnu: ghc-wai-extra: Update to 3.0.18., Ricardo Wurmus, 2018/02/13
- 111/177: gnu: ghc-xss-sanitize: Update to 0.3.5.7., Ricardo Wurmus, 2018/02/13
- 113/177: gnu: ghc-blaze-html: Update to 0.8.1.2., Ricardo Wurmus, 2018/02/13
- 115/177: gnu: ghc-aeson-pretty: Update to 0.8.2., Ricardo Wurmus, 2018/02/13