mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-fail: Disable haddock.
* gnu/packages/haskell.scm (ghc-fail)[arguments]: Disable building Haddock documentation.
This commit is contained in:
parent
aad2e837b0
commit
57184328ff
1 changed files with 1 additions and 0 deletions
|
@ -3707,6 +3707,7 @@ (define-public ghc-fail
|
|||
(sha256
|
||||
(base32 "18nlj6xvnggy61gwbyrpmvbdkq928wv0wx2zcsljb52kbhddnp3d"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:haddock? #f)) ; Package contains no documentation.
|
||||
(home-page "https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail")
|
||||
(synopsis "Forward-compatible MonadFail class")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue