-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypingc.log
57 lines (45 loc) · 2.05 KB
/
typingc.log
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
42
43
44
45
46
47
48
49
50
51
Build profile: -w ghc-9.10.1 -O1
In order, the following will be built (use -v for more details):
- typing-c-0.1.0.0 (test:tests) (file test\Main.hs changed)
Preprocessing test suite 'tests' for typing-c-0.1.0.0...
Building test suite 'tests' for typing-c-0.1.0.0...
[1 of 1] Compiling Main ( test\Main.hs, C:\Docs\Code\Haskell\hs-bindgen\dist-newstyle\build\x86_64-windows\ghc-9.10.1\typing-c-0.1.0.0\t\tests\build\tests\tests-tmp\Main.o ) [Source file changed]
test\Main.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
The import of `Control.Arrow' is redundant
except perhaps to import instances from `Control.Arrow'
To import instances alone, use: import Control.Arrow()
|
12 | import Control.Arrow
| ^^^^^^^^^^^^^^^^^^^^^...
test\Main.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
The import of `Data.Maybe' is redundant
except perhaps to import instances from `Data.Maybe'
To import instances alone, use: import Data.Maybe()
|
14 | import Data.Maybe
| ^^^^^^^^^^^^^^^^^^...
test\Main.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
The import of `Data.Traversable' is redundant
except perhaps to import instances from `Data.Traversable'
To import instances alone, use: import Data.Traversable()
|
16 | import Data.Traversable
| ^^^^^^^^^^^^^^^^^^^^^^^^...
test\Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
The import of `System.Exit' is redundant
except perhaps to import instances from `System.Exit'
To import instances alone, use: import System.Exit()
|
18 | import System.Exit
| ^^^^^^^^^^^^^^^^^^
test\Main.hs:37:26: warning: [GHC-38856] [-Wunused-imports]
The import of `pprOp'
from module `C.Typing.Arithmetic' is redundant
|
37 | , opResType, pprOpApp, pprOp
| ^^^^^
test\Main.hs:45:7: warning: [GHC-40910] [-Wunused-local-binds]
Defined but not used: `platform'
|
45 | let platform = Platform { platformWordWidth = WordWidth64, platformOS = Windows }
| ^^^^^^^^