Files
haskell.nix/test/sublib-docs/lib/Lib.hs
Hamish Mackenzie 1e3c1304c1 Split haddock out into its own derivation (#725)
Generation the Haddock documentation for a component in a dedicated
derivation (instead of as part of the derivation to build the component).
This means that the haddock documents will not be built until they are
required for instance in a shellFor shell.

Co-authored-by: Richard Wallace <richard.wallace@simspace.com>
2020-06-27 01:29:41 +12:00

7 lines
91 B
Haskell

-- | Lib with haddocks
module Lib where
-- | world string
world :: String
world = "world"