Rewrite of item color in inventory, runs slowly

This commit is contained in:
2024-10-06 12:55:18 +01:00
parent 9860a88c0c
commit 597e8dd89d
8 changed files with 139 additions and 98 deletions
+10 -1
View File
@@ -1 +1,10 @@
All good (598 modules, at 11:19:05)
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:12:1-30: warning: [-Wunused-imports]
The import of Dodge.Data.ComposedItem is redundant
|
12 | import Dodge.Data.ComposedItem
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/InventoryColor.hs:7:1-22: warning: [-Wunused-imports]
The import of Dodge.Data.Item is redundant
|
7 | import Dodge.Data.Item
| ^^^^^^^^^^^^^^^^^^^^^^