Start to refactor terminals

This commit is contained in:
2024-11-05 21:14:53 +00:00
parent 79b03ef6ec
commit 7e1b5f0921
12 changed files with 335 additions and 341 deletions
+14 -10
View File
@@ -1,10 +1,14 @@
/home/justin/Haskell/loop/src/Dodge/Inventory.hs:250:1-16: warning: [-Wunused-top-binds]
Defined but not used: isConnectedAbove
|
250 | isConnectedAbove x = case x ^. locLdtContext of
| ^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Inventory.hs:255:1-16: warning: [-Wunused-top-binds]
Defined but not used: isConnectedBelow
|
255 | isConnectedBelow x = case x ^. locLdtContext of
| ^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:27:1: error:
Could not load module Dodge.Terminal.LeftButton
It is a member of the hidden package loop-0.1.0.0.
You can run :set -package loop to expose it.
(Note: this unloads all the modules in the current scope.)
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
27 | import Dodge.Terminal.LeftButton
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<no location info>: error:
Could not load module Dodge.Update
It is a member of the hidden package loop-0.1.0.0.
You can run :set -package loop to expose it.
(Note: this unloads all the modules in the current scope.)