@@ -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