Compare commits

...

2 Commits

Author SHA1 Message Date
Phil de Joux
26aa6d5d7f
Shorter help for require-hs-files. (#97) 2022-04-25 15:37:42 +00:00
Phil de Joux
08ea28442d
Typo in requires. (#96) 2022-04-25 14:55:49 +00:00

View File

@ -90,7 +90,7 @@ main = do
)
<*> switch
( long "require-hs-files"
<> help "Requries that all .hie files have matching .hs files. This can help deal with skipping .hie files for Haskell modules that have since been removed"
<> help "Skip stale .hie files with no matching .hs modules"
)
versionP = infoOption ( "weeder version "