16 lines
618 B
Plaintext
16 lines
618 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:211:9-11: warning: [-Wunused-matches]
|
||
Defined but not used: ‘sss’
|
||
|
|
||
211 | sss <- he ^? diSections
|
||
| ^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:219:9-11: warning: [-Wunused-matches]
|
||
Defined but not used: ‘sss’
|
||
|
|
||
219 | sss <- ci ^? ciSections
|
||
| ^^^
|
||
/home/justin/Haskell/loop/src/Dodge/InputFocus.hs:14:1-31: warning: [-Wunused-imports]
|
||
The import of ‘Dodge.Data.SelectionList’ is redundant
|
||
|
|
||
14 | import Dodge.Data.SelectionList
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|