Skip to content

Commit

Permalink
refactor(eo-phi-normalizer): remove module names
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 4, 2024
1 parent 6c09e3c commit 99ce2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-phi-normalizer/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ writeFile' path = BS.writeFile path . encodeUtf8

withCorrectLocale :: IO a -> IO a
withCorrectLocale act = do
let withCorrectLocale' = withCP65001 . Main.Utf8.withUtf8
let withCorrectLocale' = withCP65001 . withUtf8
withCorrectLocale' act
`catch` ( \(x :: SomeException) ->
withCorrectLocale' do
Expand Down

0 comments on commit 99ce2c7

Please sign in to comment.