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
When I added an import to one of my modules, I was asked whether I wanted to add the package to my cabal file. I said yes and it was added, but the formatting of the build-depends section was changed. I like the formatting change, but it used tabs instead of spaces, which cabal chokes on.
Shouldn't haskell-mode always use spaces when modifying cabal files?