Skip to content

Commit 702e2b0

Browse files
authored
Merge pull request #1 from BlockScope/master
Choosing from over for indicates stack as source.
2 parents a8a4cdc + 58cb667 commit 702e2b0

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)