File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import Starlight.Input
37
37
import Starlight.Integration
38
38
import Starlight.Physics
39
39
import Starlight.Radar
40
- import Starlight.Ship hiding (Type (.. ))
40
+ import Starlight.Ship hiding (Component (.. ))
41
41
import qualified Starlight.Sol as Sol
42
42
import Starlight.System as System
43
43
import Starlight.Time
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import Starlight.Identifier
44
44
import Starlight.Input
45
45
import Starlight.Physics
46
46
import Starlight.Radar
47
- import Starlight.Ship hiding (Type (.. ))
47
+ import Starlight.Ship hiding (Component (.. ))
48
48
import Starlight.System as System
49
49
import Starlight.Time
50
50
import Starlight.Weapon.Laser as Laser
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Starlight.Ship
6
6
, colour_
7
7
, armour_
8
8
, radar_
9
- , Type (.. )
9
+ , Component (.. )
10
10
) where
11
11
12
12
import Control.Lens (Lens' )
@@ -33,7 +33,7 @@ radar_ :: Lens' Ship Radar
33
33
radar_ = field @ " radar"
34
34
35
35
36
- data Type
36
+ data Component
37
37
= Cargo
38
38
| Engine
39
39
| Fuel
You can’t perform that action at this time.
0 commit comments