rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7d6d99340fb239e75ffbcdf9209d998117500a1b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jun 26 15:20:07 2020 +0200
gnu: ghc-hspec: Add "doc" output.
* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
to "out" and "static".
---
gnu/packages/haskell-check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e50c7d7..7f7bc22 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -766,6 +766,7 @@ used to test the in-development version of Hspec.")
(base32
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)
("hspec-discover" ,hspec-discover)