summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 12:29:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 12:29:29 -0400
commit589f90b4c2f054123eb469fc2a076d93ddd57bc7 (patch)
tree77cd475f545b42a1b59cadcd482a5df15782a49c /Build
parenta2034c4c62ade5dc2dcd46d0b8706236de989df1 (diff)
fix some more
Diffstat (limited to 'Build')
-rw-r--r--Build/EvilSplicer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index 425971723..9a9dffa42 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -509,7 +509,7 @@ mangleCode = flip_colon
then unexpected "second line of lambda"
else if "=>" `isSuffixOf` lastline
then unexpected "probably type signature"
- else return $ "\n" ++ indent1 ++ "; " ++ prefix ++ " -> "
+ else return $ "\n" ++ lastline ++ "\n" ++ indent1 ++ "; " ++ prefix ++ " -> "
{- Sometimes cases themselves span multiple lines:
-
- Nothing