summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2025-01-05 02:54:32 +0100
committerVagrant Cascadian <vagrant@debian.org>2025-01-05 12:34:10 -0800
commit613c8b81702f08ee36f20d15ee8f8c42a37acfef (patch)
tree0216570539df9c1c9fd2aaf04d0d898cea0aa26d /gnu/packages/haskell-xyz.scm
parentcba83a20384fbe78044d7b2b52a37af1320eb55d (diff)
gnu: Fix various synopses.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-goodies): Fix synopsis. * gnu/packages/haskell-xyz.scm (ghc-should-not-typecheck): Fix synopsis. * gnu/packages/rust-apps.scm (just): Fix synopsis. Change-Id: I7060a55eff52526ab2985ba364e2b2b4976799ce Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index bac040549cd..f8d68243ce7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16591,7 +16591,7 @@ Lua tables, but are augmented with convenience functions.")
(native-inputs (list ghc-hspec ghc-hspec-expectations))
(home-page "https://github.com/CRogers/should-not-typecheck")
(synopsis
- "A HUnit/hspec assertion library to verify that an expression does not typecheck")
+ "HUnit/hspec assertion library to verify that an expression does not typecheck")
(description
"For examples and an introduction to the library please take a look at the
<https://github.com/CRogers/should-not-typecheck#should-not-typecheck- README>