mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
1e3c1304c1
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>
7 lines
91 B
Haskell
7 lines
91 B
Haskell
-- | Lib with haddocks
|
|
module Lib where
|
|
|
|
-- | world string
|
|
world :: String
|
|
world = "world"
|