Skip to content

Commit

Permalink
Add Haddock documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Nov 13, 2023
1 parent 84a5a4a commit 118531c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Stack/Types/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,17 @@ data Package = Package
, packageDefaultFlags :: !(Map FlagName Bool)
-- ^ Defaults for unspecified flags.
, packageLibrary :: !(Maybe StackLibrary)
-- ^ Does the package have a buildable main library stanza?
, packageSubLibraries :: !(CompCollection StackLibrary)
-- ^ The sub-libraries of the package.
, packageForeignLibraries :: !(CompCollection StackForeignLibrary)
-- ^ The foreign libraries of the package.
, packageTestSuites :: !(CompCollection StackTest)
-- ^ The test suites of the package.
, packageBenchmarkSuites :: !(CompCollection StackBenchmark)
-- ^ The benchmarks of the package.
, packageExecutables :: !(CompCollection StackExecutable)
-- ^ does the package have a buildable library stanza?
-- ^ The executables of the package.
, packageBuildType :: !BuildType
-- ^ Package build-type.
, packageSetupDeps :: !(Maybe (Map PackageName VersionRange))
Expand Down

0 comments on commit 118531c

Please sign in to comment.