A library for building Haskell IDE tooling
Go to file
Moritz Kiefer 1fa783b876 Fix an issue in module chasing caused by unnormalized file paths (#1303)
On Windows we can end up with rootModDir having / in the filepath
while rootPathDir uses \ so stripSuffix didn’t work.

This fixes #1284
2019-05-22 11:58:22 +00:00
src/Development/IDE Fix an issue in module chasing caused by unnormalized file paths (#1303) 2019-05-22 11:58:22 +00:00
test Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
.ghci Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
BUILD.bazel Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
haskell-ide-core.cabal Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
stack.yaml Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00