This commit is contained in:
Eric Ahlberg 2024-01-10 16:44:53 +01:00
parent 4f5e0cf821
commit a2dbb0c8b3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function! ale#fixers#ormolu#ApplyFixForVersion(buffer, version) abort
let l:executable = ale#fixers#ormolu#GetExecutable(a:buffer)
let l:options = ale#Var(a:buffer, 'haskell_ormolu_options')
if ale#semver#GTE(a:version, [0, 3, 0])
if ale#semver#GTE(a:version, [0, 8, 0])
let l:args = ' --stdin-input-file %s'
else
let l:args = ' %s'