Cleanup, remove records, stop unecessary Aeson compile
This commit is contained in:
@@ -14,9 +14,9 @@ data LightSourceDraw = DefaultLightSourceDraw
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
data LSParam = LSParam -- LSPosRadCol
|
||||
{ _lsPos :: !Point3
|
||||
, _lsRad :: !Float
|
||||
, _lsCol :: !Point3
|
||||
{ _lsPos :: Point3
|
||||
, _lsRad :: Float
|
||||
, _lsCol :: Point3
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user