diff options
| -rw-r--r-- | CabalHelper/Wrapper.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CabalHelper/Wrapper.hs b/CabalHelper/Wrapper.hs index f14ae6a..07a2056 100644 --- a/CabalHelper/Wrapper.hs +++ b/CabalHelper/Wrapper.hs @@ -219,7 +219,7 @@ errorInstallCabal cabalVer distdir = panic $ printf "\  \        $ cabal clean && cabal configure\n\  \    You might also have to install some version of the Cabal to do this:\n\  \        $ cabal install Cabal\n\ -\\n" sver (distdir </> "setup-config") sver sver +\\n" sver sver   where     sver = showVersion cabalVer | 
