gnu: ghc-free: Add "doc" output.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 27 Jun 2020 20:20:48 +0000 (22:20 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 13 Aug 2020 14:44:57 +0000 (16:44 +0200)
* gnu/packages/haskell-xyz.scm (ghc-free)[outputs]: Add "doc" output next to
"out" and "static".

gnu/packages/haskell-xyz.scm

index 3d77608..8d3aed3 100644 (file)
@@ -4422,6 +4422,7 @@ Foundation has the following goals:
         (base32
          "0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-prelude-extras" ,ghc-prelude-extras)
        ("ghc-profunctors" ,ghc-profunctors)