isovector / haskell-language-server

Integration point for ghcide and haskell-ide-engine. One IDE to rule them all.
Apache License 2.0
0 stars 2 forks source link

Fix tests #12

Closed isovector closed 3 years ago

isovector commented 3 years ago

Right now the test suite imports the Types module due to STUPIDITY (but necessity). That module has taken on some dependency baggage that doesn't play nicely with the test suite. Moving the tactics naming stuff to its own module and importing that instead will fix it.