5
5
In connection with considering Stack's support of the
6
6
[ Haskell Error Index] ( https://errors.haskell.org/ ) initiative, this page seeks
7
7
to take stock of the errors that Stack itself can raise, by reference to the
8
- ` master ` branch of the Stack repository. Last updated: 2023-05-05 .
8
+ ` master ` branch of the Stack repository. Last updated: 2023-05-12 .
9
9
10
10
* ` Main.main ` : catches exceptions from action ` commandLineHandler ` .
11
11
@@ -258,16 +258,25 @@ to take stock of the errors that Stack itself can raise, by reference to the
258
258
- `Stack.Setup. SetupException `
259
259
260
260
~~~ haskell
261
- [S - 1852 ] = UnsupportedSetupCombo OS Arch
261
+ [S - 2076 ] = WorkingDirectoryInvalidBug
262
+ [S - 3967 ] | StackBinaryArchiveZipUnsupportedBug
263
+ ~~~
264
+
265
+ - `Stack.Setup. SetupPrettyException `
266
+
267
+ ~~~ haskell
268
+ [S - 7441 ] = GHCInstallFailed SomeException StyleDoc String [String ] (Path Abs Dir ) (Path Abs Dir ) (Path Abs Dir )
269
+ [S - 2476 ] | InvalidGhcAt (Path Abs File ) SomeException
270
+ [S - 4764 ] | ExecutableNotFound [Path Abs File ]
271
+ [S - 9953 ] | SandboxedCompilerNotFound [String ] [Path Abs Dir ]
272
+ [S - 1852 ] | UnsupportedSetupCombo OS Arch
262
273
[S - 2126 ] | MissingDependencies [String ]
263
274
[S - 9443 ] | UnknownCompilerVersion (Set Text ) WantedCompiler (Set ActualCompiler )
264
275
[S - 6810 ] | UnknownOSKey Text
265
276
[S - 5159 ] | GHCSanityCheckCompileFailed SomeException (Path Abs File )
266
- [S - 9030 ] | WantedMustBeGHC
267
277
[S - 8948 ] | RequireCustomGHCVariant
268
278
[S - 2905 ] | ProblemWhileDecompressing (Path Abs File )
269
279
[S - 9561 ] | SetupInfoMissingSevenz
270
- [S - 1457 ] | DockerStackExeNotFound Version Text
271
280
[S - 7748 ] | UnsupportedSetupConfiguration
272
281
[S - 5308 ] | MSYS2NotFound Text
273
282
[S - 5127 ] | UnwantedCompilerVersion
@@ -287,10 +296,8 @@ to take stock of the errors that Stack itself can raise, by reference to the
287
296
[S - 1827 ] | UnknownArchiveStructure (Path Abs File )
288
297
[S - 9476 ] | StackReleaseInfoNotFound String
289
298
[S - 4461 ] | StackBinaryArchiveNotFound [String ]
290
- [S - 2076 ] | WorkingDirectoryInvalidBug
291
299
[S - 6617 ] | HadrianBindistNotFound
292
300
[S - 7227 ] | DownloadAndInstallCompilerError
293
- [S - 3967 ] | StackBinaryArchiveZipUnsupportedBug
294
301
[S - 6636 ] | StackBinaryArchiveUnsupported Text
295
302
[S - 7871 ] | StackBinaryNotInArchive String Text
296
303
[S - 5046 ] | FileTypeInArchiveInvalid Entry Text
@@ -299,15 +306,6 @@ to take stock of the errors that Stack itself can raise, by reference to the
299
306
[S - 4230 ] | ExistingMSYS2NotDeleted (Path Abs Dir ) IOException
300
307
~~~
301
308
302
- - `Stack.Setup. SetupPrettyException `
303
-
304
- ~~~ haskell
305
- [S - 7441 ] = GHCInstallFailed SomeException StyleDoc String [String ] (Path Abs Dir ) (Path Abs Dir ) (Path Abs Dir )
306
- [S - 2476 ] | InvalidGhcAt (Path Abs File ) SomeException
307
- [S - 4764 ] | ExecutableNotFound [Path Abs File ]
308
- [S - 9953 ] | SandboxedCompilerNotFound [String ] [Path Abs Dir ]
309
- ~~~
310
-
311
309
- `Stack.Storage.User. StorageUserException `
312
310
313
311
~~~ haskell
0 commit comments