Skip to content

Commit 4bdfae3

Browse files
committed
fourmolu
1 parent f86257a commit 4bdfae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/Simple.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,8 @@ autoconfSetupHooks =
10621062
}
10631063
}
10641064
) =
1065-
let targetTriple = Map.lookup "Target platform" (compilerProperties comp)
1066-
in runConfigureScript defaultVerbosityHandles cfg flags progs plat targetTriple
1065+
let targetTriple = Map.lookup "Target platform" (compilerProperties comp)
1066+
in runConfigureScript defaultVerbosityHandles cfg flags progs plat targetTriple
10671067

10681068
pre_conf_comp
10691069
:: SetupHooks.PreConfComponentInputs

0 commit comments

Comments
 (0)