Skip to content

Commit 68326aa

Browse files
authored
Program description for cabal from stack.
Taking the configuration from stack and reconfiguring for cabal new-build.
1 parent a8a4cdc commit 68326aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack2Cabal/Config.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configP = Config <$> option auto
4040
configInfo :: ParserInfo Config
4141
configInfo = info (configP <**> helper)
4242
( fullDesc
43-
<> progDesc "Creates a configuration suitable for cabal new-build for the stack project in PROJECTFOLDER."
43+
<> progDesc "Creates a configuration suitable for cabal new-build from the stack project in PROJECTFOLDER."
4444
<> header "stack2cabal - configures a stack project for cabal new-build"
4545
)
4646

0 commit comments

Comments
 (0)