Skip to content

Commit d7f2bde

Browse files
committed
Fix cabal.out for CmmSourcesExe test and lint
1 parent 2665f3f commit d7f2bde

File tree

2 files changed

+0
-5
lines changed
  • Cabal/src/Distribution/Simple
  • cabal-testsuite/PackageTests/CmmSourcesExe

2 files changed

+0
-5
lines changed

Cabal/src/Distribution/Simple/GHC.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,6 @@ gbuild verbosity numJobs pkg_descr lbi bm clbi = do
15941594
Platform hostArch _ = hostPlatform lbi
15951595
hasJsSupport = hostArch == JavaScript
15961596

1597-
15981597
-- build executables
15991598
baseOpts =
16001599
(componentGhcOptions verbosity lbi bnfo clbi tmpDir)

cabal-testsuite/PackageTests/CmmSourcesExe/cabal.out

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
Resolving dependencies...
33
Build profile: -w ghc-<GHCVER> -O1
44
In order, the following will be built:
5-
- cmmexperiment-0 (lib) (first run)
65
- cmmexperiment-0 (exe:demo) (first run)
7-
Configuring library for cmmexperiment-0...
8-
Preprocessing library for cmmexperiment-0...
9-
Building library for cmmexperiment-0...
106
Configuring executable 'demo' for cmmexperiment-0...
117
Preprocessing executable 'demo' for cmmexperiment-0...
128
Building executable 'demo' for cmmexperiment-0...

0 commit comments

Comments
 (0)