fix lint/tag; run linter
This commit is contained in:
parent
b363b326f3
commit
a90b2337dc
2 changed files with 10 additions and 10 deletions
4
Makefile
4
Makefile
|
|
@ -40,10 +40,10 @@ haddock:
|
|||
cabal haddock --haddock-html --haddock-hoogle --builddir=haddock
|
||||
|
||||
tag:
|
||||
hasktags -x agora agora-bench agora-test
|
||||
hasktags -x agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge
|
||||
|
||||
lint:
|
||||
hlint agora agora-bench agora-test
|
||||
hlint agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge
|
||||
|
||||
PS_BRIDGE_OUTPUT_DIR := agora-purescript-bridge/
|
||||
ps_bridge:
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@ data Options = Options
|
|||
outputOpt :: Opt.Parser FilePath
|
||||
outputOpt =
|
||||
srcFilePath
|
||||
<$> ( Opt.strOption $
|
||||
Opt.long "output-path"
|
||||
<> Opt.short 'o'
|
||||
<> Opt.metavar "OUTPUT_PATH"
|
||||
<> Opt.value "./"
|
||||
<> Opt.help "Output purescripts will be in OUTPUT_PATH/src"
|
||||
)
|
||||
<$> Opt.strOption
|
||||
( Opt.long "output-path"
|
||||
<> Opt.short 'o'
|
||||
<> Opt.metavar "OUTPUT_PATH"
|
||||
<> Opt.value "./"
|
||||
<> Opt.help "Output purescripts will be in OUTPUT_PATH/src"
|
||||
)
|
||||
|
||||
quietOpt :: Opt.Parser Bool
|
||||
quietOpt =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue