blob: 153ba0f77e0e1f6e29052130f66b281489dd9f0a (
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
|
[1 of 2] Compiling UnsafeInfered07_A ( UnsafeInfered07_A.hs, UnsafeInfered07_A.o )
UnsafeInfered07_A.hs:4:1: Warning:
Module ‘Data.OldTypeable’ is deprecated: Use Data.Typeable instead
UnsafeInfered07_A.hs:8:10: Warning:
In the use of type constructor or class ‘Typeable’
(imported from Data.OldTypeable, but defined in Data.OldTypeable.Internal):
Deprecated: "Use Data.Typeable.Internal instead"
UnsafeInfered07_A.hs:8:10: Warning:
In the use of type constructor or class ‘Typeable’
(imported from Data.OldTypeable, but defined in Data.OldTypeable.Internal):
Deprecated: "Use Data.Typeable.Internal instead"
UnsafeInfered07_A.hs:9:16: Warning:
In the use of ‘typeOf’
(imported from Data.OldTypeable, but defined in Data.OldTypeable.Internal):
Deprecated: "Use Data.Typeable.Internal instead"
[2 of 2] Compiling UnsafeInfered07 ( UnsafeInfered07.hs, UnsafeInfered07.o )
UnsafeInfered07.hs:4:1:
UnsafeInfered07_A: Can't be safely imported!
The module itself isn't safe.
|