11 lines
399 B
Plaintext
11 lines
399 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/LightSource/Torch.hs:3:1-12: warning: [-Wunused-imports]
|
||
The import of ‘Color’ is redundant
|
||
|
|
||
3 | import Color
|
||
| ^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/LightSource/Torch.hs:4:1-29: warning: [-Wunused-imports]
|
||
The import of ‘Dodge.WorldEvent.Flash’ is redundant
|
||
|
|
||
4 | import Dodge.WorldEvent.Flash
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|