fix lint/tag; run linter
This commit is contained in:
parent
c4ee24461e
commit
a09448cd5a
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
|
cabal haddock --haddock-html --haddock-hoogle --builddir=haddock
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
hasktags -x agora agora-bench agora-test
|
hasktags -x agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge
|
||||||
|
|
||||||
lint:
|
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_OUTPUT_DIR := agora-purescript-bridge/
|
||||||
ps_bridge:
|
ps_bridge:
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ data Options = Options
|
||||||
outputOpt :: Opt.Parser FilePath
|
outputOpt :: Opt.Parser FilePath
|
||||||
outputOpt =
|
outputOpt =
|
||||||
srcFilePath
|
srcFilePath
|
||||||
<$> ( Opt.strOption $
|
<$> Opt.strOption
|
||||||
Opt.long "output-path"
|
( Opt.long "output-path"
|
||||||
<> Opt.short 'o'
|
<> Opt.short 'o'
|
||||||
<> Opt.metavar "OUTPUT_PATH"
|
<> Opt.metavar "OUTPUT_PATH"
|
||||||
<> Opt.value "./"
|
<> Opt.value "./"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue