[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/328: gnu: ghc-haskell-src-meta: Update to 0.8.3.
From: |
guix-commits |
Subject: |
166/328: gnu: ghc-haskell-src-meta: Update to 0.8.3. |
Date: |
Sat, 16 Nov 2019 19:33:00 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b94d319e8a487980b42726252af73c3cc8ca6e1e
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:07:45 2019 -0400
gnu: ghc-haskell-src-meta: Update to 0.8.3.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-meta): Update to 0.8.3.
[native-inputs]: Remove 'ghc-test-framework' and
'ghc-test-framework-hunit'; add 'ghc-tasty' and 'ghc-tasty-hunit'.
---
gnu/packages/haskell-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 78e6d4b..e338175 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4585,7 +4585,7 @@ patterns as per the HaRP extension as well as HSX-style
embedded XML syntax.")
(define-public ghc-haskell-src-meta
(package
(name "ghc-haskell-src-meta")
- (version "0.8.0.3")
+ (version "0.8.3")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -4593,7 +4593,7 @@ patterns as per the HaRP extension as well as HSX-style
embedded XML syntax.")
version ".tar.gz"))
(sha256
(base32
- "08jq156zv4m0fjq6712n99c1jwxnpa6kj6sq8ch0r1l0a1ay6ww4"))))
+ "17znnaqj2hnnfyc9p9xjzbs97h2jh1h4f4qbw648y3xa14wx5ra9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
@@ -4601,8 +4601,8 @@ patterns as per the HaRP extension as well as HSX-style
embedded XML syntax.")
("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)))
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
(home-page "https://hackage.haskell.org/package/haskell-src-meta")
(synopsis "Parse source to template-haskell abstract syntax")
(description
- 113/328: gnu: ghc-resourcet: Update to 1.2.2., (continued)
- 113/328: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/16
- 120/328: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/16
- 131/328: gnu: Add ghc-splitmix., guix-commits, 2019/11/16
- 128/328: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/16
- 130/328: gnu: Add ghc-base-compat-batteries., guix-commits, 2019/11/16
- 132/328: gnu: ghc-attoparsec: Update to 0.13.2.3., guix-commits, 2019/11/16
- 141/328: gnu: ghc-weigh: Update to 0.0.14., guix-commits, 2019/11/16
- 154/328: gnu: ghc-comonad: Update to 5.0.5., guix-commits, 2019/11/16
- 159/328: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/16
- 160/328: gnu: ghc-glut: Update to 2.7.0.15., guix-commits, 2019/11/16
- 166/328: gnu: ghc-haskell-src-meta: Update to 0.8.3.,
guix-commits <=
- 172/328: gnu: ghc-hxt: Update to 9.3.1.18., guix-commits, 2019/11/16
- 170/328: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/16
- 173/328: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/16
- 103/328: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/11/16
- 143/328: gnu: ghc-typed-process: Update to 0.2.6.0., guix-commits, 2019/11/16
- 152/328: gnu: ghc-iproute: Update to 1.7.7., guix-commits, 2019/11/16
- 175/328: gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/16
- 179/328: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/16
- 140/328: gnu: ghc-atomic-write: Update to 0.2.0.6., guix-commits, 2019/11/16
- 142/328: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/16