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

gnu/packages/haskell-xyz.scm

index d2cde13..9bda0ae 100644 (file)
@@ -10380,6 +10380,7 @@ Haskell library @code{regex-base}.")
         (base32
          "03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-regex-base" ,ghc-regex-base)))
     (home-page "https://github.com/haskell-hvr/regex-tdfa")