You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some issues in GHCi on the DAML codebase where it complains
about:
<interactive>:28:1: error:
Ambiguous occurrence `hDuplicateTo'
It could refer to either `Development.IDE.GHC.Util.hDuplicateTo',
imported from `Development.IDE.GHC.Util' at compiler/damlc/daml-opts/daml-opts/DA/Daml/Options.hs:36:1-31
or `GHC.IO.Handle.hDuplicateTo', imported from `GHC.IO.Handle'
Given that this is only internal to ghcide anyway, we can just rename it.
0 commit comments