Skip to content
Snippets Groups Projects
Commit 4dfeac6a authored by deltaspace0's avatar deltaspace0 Committed by Mergify
Browse files

rephrase comments

parent 9938fd54
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ data Library = Library
, reexportedModules :: [ModuleReexport]
, signatures :: [ModuleName] -- ^ What sigs need implementations?
, libExposed :: Bool -- ^ Is the lib to be exposed by default? (i.e. whether its modules available in GHCi for example)
, libVisibility :: LibraryVisibility -- ^ Whether this multilib can be dependent from outside.
, libVisibility :: LibraryVisibility -- ^ Whether this multilib can be used as a dependency for other packages.
, libBuildInfo :: BuildInfo
}
deriving (Generic, Show, Eq, Ord, Read, Typeable, Data)
......
......@@ -20,7 +20,7 @@ import qualified Text.PrettyPrint as Disp
-- @since 3.0.0.0
--
data LibraryVisibility
-- | Can be dependent from other packages
-- | Can be used as a dependency for other packages
= LibraryVisibilityPublic
-- | Internal library, default
| LibraryVisibilityPrivate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment