Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/maintainers/stack_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ to take stock of the errors that Stack itself can raise, by reference to the
[S-3025] | HoogleDatabaseNotFound
~~~

- `Stack.IDE.IdePrettyException`

~~~haskell
[S-9208] = FileTargetIsInvalidAbsFile
~~~

- `Stack.Init.InitException`

~~~haskell
Expand Down
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ library:
- Stack.Build.Execute
- Stack.Build.ExecuteEnv
- Stack.Build.ExecutePackage
- Stack.Build.FileTargets
- Stack.Build.Haddock
- Stack.Build.Installed
- Stack.Build.Source
Expand Down Expand Up @@ -281,6 +282,7 @@ library:
- Stack.Types.Build
- Stack.Types.Build.ConstructPlan
- Stack.Types.Build.Exception
- Stack.Types.Build.FileTargets
- Stack.Types.BuildConfig
- Stack.Types.BuildOpts
- Stack.Types.BuildOptsCLI
Expand Down Expand Up @@ -321,6 +323,7 @@ library:
- Stack.Types.GhcPkgExe
- Stack.Types.GhcPkgId
- Stack.Types.GhciOpts
- Stack.Types.GhciPkg
- Stack.Types.GlobalOpts
- Stack.Types.GlobalOptsMonoid
- Stack.Types.HpcReportOpts
Expand Down
Loading