diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:21:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | cad59e53daf7789e232bed4ba734de304e923484 (patch) | |
tree | 68ef17845cd735bbb834f49b38f3b198c9cdcff5 /gnu/packages/haskell-xyz.scm | |
parent | 80e0a085982b53041d999fd835f9d23a3fc0183e (diff) | |
download | guix-cad59e53daf7789e232bed4ba734de304e923484.tar.gz |
gnu: ghc-haskell-src-exts: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts)[outputs]: Add "doc" output next to "out" and "static".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7606ea7501..cf1630142a 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -5403,6 +5403,7 @@ package are to parse or generate Haskell 98 code.") (base32 "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("cpphs" ,cpphs) ("ghc-happy" ,ghc-happy) |