-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Error running the test suite with stack and ghc-8.6.4
Catched in the test suite of haskell-ide-engine: https://dev.azure.com/jneira/haskell-ide-engine/_build/results?buildId=434
With other ghc versions it works fine.
Maybe it can affect the normal use of hie (pending of testing)
Error:
src\CabalHelper\Compiletime\CompPrograms.hs:95:5:
1) CabalHelper, cabal-helper spec, cradle discovery, dummy filepath, finds none-cradle, stack repo, dummy filepath
uncaught exception: IOException of type UserError
user error (Pattern match failure in do expression at src\CabalHelper\Compiletime\CompPrograms.hs:95:5-17)
cabal-helper/src/CabalHelper/Compiletime/CompPrograms.hs
Lines 92 to 99 in 1c0f2e8
| createProgSymlink :: FilePath -> FilePath -> IO () | |
| createProgSymlink bindir target | |
| | [exe] <- splitPath target = do | |
| Just exe_path <- findExecutable exe | |
| createSymbolicLink exe_path (bindir </> takeFileName target) | |
| | otherwise = do | |
| cwd <- getCurrentDirectory | |
| createSymbolicLink (cwd </> target) (bindir </> takeFileName target) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels