me
/
guix
Archived
1
0
Fork 0

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".
master
Ricardo Wurmus 2020-06-27 22:21:52 +02:00
parent 80e0a08598
commit cad59e53da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -5403,6 +5403,7 @@ package are to parse or generate Haskell 98 code.")
(base32 (base32
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f")))) "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs (inputs
`(("cpphs" ,cpphs) `(("cpphs" ,cpphs)
("ghc-happy" ,ghc-happy) ("ghc-happy" ,ghc-happy)