Skip to content

Commit

Permalink
Add/fix module Haddock documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 1, 2023
1 parent 1ec13c4 commit 5f4ec45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 9 additions & 7 deletions src/Stack/Types/Build/ConstructPlan.hs
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{-# LANGUAGE NoImplicitPrelude #-}

-- | A module providing types and related helper functions used in module
-- "Stack.Build.ConstructPlan".
module Stack.Types.Build.ConstructPlan
( ToolWarning (..)
, UnregisterState (..)
, AddDepRes (..)
, W (..)
, Ctx (..)
, M
, PackageInfo (..)
( PackageInfo (..)
, CombinedMap
, M
, W (..)
, AddDepRes (..)
, toTask
, adrVersion
, adrHasLibrary
, Ctx (..)
, UnregisterState (..)
, ToolWarning (..)
) where

import Generics.Deriving.Monoid ( mappenddefault, memptydefault )
Expand Down
5 changes: 2 additions & 3 deletions src/Stack/Types/ComponentUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE ScopedTypeVariables #-}

-- | A module providing the types that represent different sorts of components
-- of a package (library and sub-library, foreign library, executable, test
-- suite and benchmark).
-- | A module providing a type representing the name of an \'unqualified\'
-- component and related helper functions.
module Stack.Types.ComponentUtils
( StackUnqualCompName (..)
, fromCabalName
Expand Down

0 comments on commit 5f4ec45

Please sign in to comment.