build-system/haskell: Fix Haddock phase docstring.
* guix/build/haskell-build-system.scm (haddock): Fix docstring. Signed-off-by: Timothy Sample <samplet@ngyro.com>
This commit is contained in:
parent
2a9d89afb6
commit
5f9f2c82e6
|
@ -260,7 +260,7 @@ given Haskell package."
|
|||
#t)
|
||||
|
||||
(define* (haddock #:key outputs haddock? haddock-flags #:allow-other-keys)
|
||||
"Run the test suite of a given Haskell package."
|
||||
"Generate the Haddock documentation of a given Haskell package."
|
||||
(when haddock?
|
||||
(run-setuphs "haddock" haddock-flags))
|
||||
#t)
|
||||
|
|
Loading…
Reference in New Issue