Skip to content

Commit a6f6dd9

Browse files
committed
Derive instances for Component.
1 parent e393f05 commit a6f6dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Starlight/Ship.hs

+1
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ data Component
4040
| Heatsink
4141
| Radar Radar
4242
| Weapon
43+
deriving (Generic, Show)

0 commit comments

Comments
 (0)