>From 9a0bf28ed9ba1189c455273613bfe98c6e6f0be1 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:48:25 -0400 Subject: [PATCH 3/8] ghc-tasty-th synopsis description fix --- gnu/packages/haskell.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index eb103d1..cc320c1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6661,9 +6661,12 @@ this problem.") (inputs `(("ghc-tasty" ,ghc-tasty))) (home-page "http://github.com/bennofs/tasty-th") - (synopsis "Automatic tasty test case discovery using TH") + (synopsis "Automatically generate tasty TestTrees") (description - "Generate tasty TestTrees automatically with TemplateHaskell.") + "Tasty-th automatically generates tasty TestTrees from functions of the +current module, using TemplateHaskell. This is a fork the original +test-framework-th package, modified to work with tasty instead of +test-framework.") (license license:bsd-3))) (define-public ghc-sandi -- 2.10.0