ghcup-hs/lib/GHCup
Julian Ospald 53e324bfee
Fix failure on JFS filesystems
Some filesystems always return DT_UNKNOWN for d_type, since
it's non-portable.

For those cases we use 'stat' to figure out the file type.

Similar to: https://github.com/ggreer/the_silver_searcher/pull/37
2023-02-03 22:48:05 +08:00
..
Download Add content-length property to downloads 2023-01-02 20:41:42 +08:00
Prelude Fix failure on JFS filesystems 2023-02-03 22:48:05 +08:00
Types Add support for mirrors wrt #357 2023-01-04 00:36:07 +08:00
Utils Don't clean up tmp dirs when --keep=always 2023-01-02 20:38:26 +08:00
Cabal.hs Integrate with errors.haskell.org 2023-01-03 23:43:46 +08:00
Download.hs Merge remote-tracking branch 'origin/pr/700' 2023-01-08 22:26:19 +08:00
Errors.hs Implement 'ghcup test ghc' based on the bindist testsuite 2023-01-12 12:58:10 +08:00
GHC.hs Implement 'ghcup test ghc' based on the bindist testsuite 2023-01-12 12:58:10 +08:00
HLS.hs Integrate with errors.haskell.org 2023-01-03 23:43:46 +08:00
List.hs Restructure modules 2022-05-22 21:11:40 +02:00
Platform.hs Restructure modules 2022-05-22 21:11:40 +02:00
Prelude.hs Integrate with errors.haskell.org 2023-01-03 23:43:46 +08:00
Prompts.hs Removes redundant `putPrompt` function from Prompts module. 2022-07-10 09:45:39 +05:30
Requirements.hs Add --raw-format to 'tool-requirements' subcommand 2022-03-17 15:05:18 +01:00
Stack.hs Integrate with errors.haskell.org 2023-01-03 23:43:46 +08:00
Types.hs Fix build on unix with -ftui 2023-01-13 12:33:40 +08:00
Utils.hs Implement 'ghcup test ghc' based on the bindist testsuite 2023-01-12 12:58:10 +08:00
Version.hs Restructure modules 2022-05-22 21:11:40 +02:00