Attempt to make CWorld correct instance of Store
This commit is contained in:
@@ -7,6 +7,9 @@ import Control.Lens
|
||||
import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
import Geometry.Data
|
||||
import TH.Derive
|
||||
import Data.Store
|
||||
import LinearHelp
|
||||
|
||||
data Scope
|
||||
= NoScope
|
||||
@@ -30,3 +33,4 @@ data Scope
|
||||
|
||||
makeLenses ''Scope
|
||||
deriveJSON defaultOptions ''Scope
|
||||
$($(derive [d| instance Deriving (Store Scope) |]))
|
||||
|
||||
Reference in New Issue
Block a user