Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hie-core outside an IDE work better #1895

Merged
merged 9 commits into from
Jun 26, 2019
Prev Previous commit
Add HLint exception
  • Loading branch information
neil-da committed Jun 26, 2019
commit f3d37e2b053d042ba6982cc0477db8925c98d0be
2 changes: 1 addition & 1 deletion .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
- {name: unsafePerformIO, within: [DA.Daml.GHC.Compiler.UtilGHC]}
- {name: unsafeInterleaveIO, within: []}
- {name: unsafeDupablePerformIO, within: []}
- {name: setCurrentDirectory, within: [DAML.Assistant.Tests]}
- {name: setCurrentDirectory, within: [DAML.Assistant.Tests, Main]}
- {name: unsafeCoerce, within: []}

# Add custom hints for this project
Expand Down