gnu: ghc-fail: Disable haddock.

* gnu/packages/haskell.scm (ghc-fail)[arguments]: Disable building Haddock
documentation.
master
Ricardo Wurmus 2018-02-13 00:20:57 +01:00
parent aad2e837b0
commit 57184328ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -3707,6 +3707,7 @@ a subset of @code{MonadBase} into which generic control operations such as
(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