[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/272: gnu: ghc-tasty-th: Update to 0.1.7.
From: |
Ricardo Wurmus |
Subject: |
183/272: gnu: ghc-tasty-th: Update to 0.1.7. |
Date: |
Mon, 1 Oct 2018 06:13:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 310d782eaf1f8db59f6e8746132ffe93341db67e
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:17:42 2018 -0400
gnu: ghc-tasty-th: Update to 0.1.7.
* gnu/packages/haskell-check.scm (ghc-tasty-th): Update to 0.1.7.
[inputs]: Add ghc-haskell-src-exts and ghc-tasty-hunit.
---
gnu/packages/haskell-check.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index d8c2e47..ce1030e 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -260,7 +260,7 @@ tasty.")
(define-public ghc-tasty-th
(package
(name "ghc-tasty-th")
- (version "0.1.4")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
@@ -269,10 +269,12 @@ tasty.")
version ".tar.gz"))
(sha256
(base32
- "0dff9si8i1qp0s7p4hlk0l29vq7wxfglw6mvlgmld43h7rllv88q"))))
+ "0b2ivrw2257m4cy4rjnkwqlarh83j1y3zywnmaqqqbvy667sqnj3"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-tasty" ,ghc-tasty)))
+ `(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
(home-page "https://github.com/bennofs/tasty-th")
(synopsis "Automatically generate tasty TestTrees")
(description
- 162/272: gnu: ghc-bytes: Update to 0.15.5., (continued)
- 162/272: gnu: ghc-bytes: Update to 0.15.5., Ricardo Wurmus, 2018/10/01
- 171/272: gnu: ghc-x509-validation: Update to 1.6.10., Ricardo Wurmus, 2018/10/01
- 174/272: gnu: ghc-bifunctors: Update to 5.5.3., Ricardo Wurmus, 2018/10/01
- 188/272: gnu: ghc-aeson-pretty: Update to 0.8.7., Ricardo Wurmus, 2018/10/01
- 239/272: gnu: Remove old versions of ghc-doctest., Ricardo Wurmus, 2018/10/01
- 256/272: gnu: ghc-base-compat: Update to 0.10.4., Ricardo Wurmus, 2018/10/01
- 265/272: gnu: agda: Fix build., Ricardo Wurmus, 2018/10/01
- 139/272: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/10/01
- 258/272: gnu: Add ghc-weigh., Ricardo Wurmus, 2018/10/01
- 131/272: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/10/01
- 183/272: gnu: ghc-tasty-th: Update to 0.1.7.,
Ricardo Wurmus <=
- 207/272: gnu: ghc-adjunctions: Update to 4.4., Ricardo Wurmus, 2018/10/01
- 213/272: gnu: ghc-rebase: Update to 1.2.4., Ricardo Wurmus, 2018/10/01
- 242/272: gnu: ghc-yesod-core: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 230/272: gnu: cabal-install: Update to 2.2.0.0., Ricardo Wurmus, 2018/10/01
- 243/272: gnu: ghc-persistent-sqlite: Update to 2.8.2., Ricardo Wurmus, 2018/10/01
- 247/272: gnu: ghc-haddock-library: Update to 1.5.0.1., Ricardo Wurmus, 2018/10/01
- 257/272: gnu: ghc-tasty-golden: Update to 2.3.2., Ricardo Wurmus, 2018/10/01
- 260/272: gnu: Add ghc-sdl2., Ricardo Wurmus, 2018/10/01
- 270/272: gnu: ghc-gnuplot: Fix build., Ricardo Wurmus, 2018/10/01
- 262/272: gnu: Add ghc-sdl2-image., Ricardo Wurmus, 2018/10/01