blob: 321e702d277c530f5e876ec3cb9772b9fb196998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Preparing everyting with --make ...
[1 of 3] Compiling Hospital
[2 of 3] Compiling Types
[3 of 3] Compiling Main
Linking src/MetaHandler ...
Done with preparations with --make
Building with --make
[1 of 4] Compiling ShortText
[2 of 4] Compiling Hospital [Source file changed]
[4 of 4] Compiling Main [Hospital[TH] changed]
Linking src/MetaHandler ...
Preparing everything ...
src/Hospital.hs
src/Types.hs
src/MetaHandler.hs
Done with preparations
Building file-by-file, with -fforce-recomp
src/ShortText.hs
src/Hospital.hs
-fforce-recomp src/Types.hs
src/MetaHandler.hs
Preparing everything ...
src/Hospital.hs
src/Types.hs
src/MetaHandler.hs
Done with preparations
Building file-by-file
src/ShortText.hs
src/Hospital.hs
src/Types.hs
compilation IS NOT required
src/MetaHandler.hs
|