Skip to content

Commit

Permalink
Compile fix in non-default CPP config
Browse files Browse the repository at this point in the history
This fixes a regression introduced in
d7eaa53, 8 days ago; I noticed this by
chance with intero (probably because it doesn't read the full config,
but whatever).
  • Loading branch information
Blaisorblade committed Aug 14, 2016
1 parent b3afe37 commit 0b35c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ versionString' = concat $ concat
versionString' =
showVersion Meta.version
++ ' ' : display buildArch
depsString
++ depsString
where
#endif
#ifdef HIDE_DEP_VERSIONS
Expand Down

0 comments on commit 0b35c49

Please sign in to comment.