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

gnu/packages/haskell-xyz.scm

index 4288574..7606ea7 100644 (file)
@@ -4569,6 +4569,7 @@ and @code{withBaseCase}) or implicitly (@code{genericArbitrary'}).")
         (base32
          "160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-sop-core" ,ghc-sop-core)
        ("ghc-transformers-compat" ,ghc-transformers-compat)))