Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Move executables in a dedicated location
Browse files Browse the repository at this point in the history
And in the meantime, align name following a simple convention 'cardano-wallet-<executable-name>'
  • Loading branch information
KtorZ committed Jan 4, 2019
1 parent b98586b commit c61bf77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions cardano-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ library



executable cardano-node
executable cardano-wallet-server
default-language:
Haskell2010
default-extensions:
Expand Down Expand Up @@ -300,12 +300,12 @@ executable cardano-node
, universum

hs-source-dirs:
server
app/server
main-is:
Main.hs


executable cardano-generate-swagger-file
executable cardano-wallet-generate-swagger
default-language:
Haskell2010
default-extensions:
Expand Down Expand Up @@ -335,7 +335,7 @@ executable cardano-generate-swagger-file
, universum >= 0.1.11

hs-source-dirs:
generate-swagger-file
app/generate-swagger
main-is:
Main.hs

Expand Down
2 changes: 1 addition & 1 deletion src/Cardano/Wallet/Server/CLI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ getWalletNodeOptions = execParser programInfo
<> footerDoc CLI.usageExample

versionOption = infoOption
("cardano-node-" <> showVersion version <>
("cardano-wallet-server-" <> showVersion version <>
", git revision " <> toString (ctiGitRevision compileInfo))
(long "version" <> help "Show version.")

Expand Down

0 comments on commit c61bf77

Please sign in to comment.