mirror of
https://github.com/natefaubion/purescript-tidy.git
synced 2024-11-26 00:09:27 +03:00
Fix default operators script path
This commit is contained in:
parent
908bb5bd29
commit
61462b7ce0
@ -66,7 +66,7 @@ main = do
|
||||
contents =
|
||||
Array.intercalate "\n" (header <> lines <> footer)
|
||||
|
||||
writeTextFile UTF8 (Path.concat [ cwdPath, "src", "PureScript", "CST", "Tidy", "Operators", "Defaults.purs" ]) contents
|
||||
writeTextFile UTF8 (Path.concat [ cwdPath, "src", "Tidy", "Operators", "Defaults.purs" ]) contents
|
||||
|
||||
defaultSpagoDhall :: String
|
||||
defaultSpagoDhall =
|
||||
|
Loading…
Reference in New Issue
Block a user