Attempt to make CWorld correct instance of Store
This commit is contained in:
@@ -7,6 +7,8 @@ import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
import Dodge.Data.CamouflageStatus
|
||||
import Dodge.Data.Item.Combine
|
||||
import TH.Derive
|
||||
import Data.Store
|
||||
|
||||
data HeldUse
|
||||
= HeldDoNothing
|
||||
@@ -94,3 +96,8 @@ deriveJSON defaultOptions ''HeldMod
|
||||
deriveJSON defaultOptions ''Euse
|
||||
deriveJSON defaultOptions ''HeldUse
|
||||
deriveJSON defaultOptions ''Luse
|
||||
$($(derive [d| instance Deriving (Store Cuse) |]))
|
||||
$($(derive [d| instance Deriving (Store HeldMod) |]))
|
||||
$($(derive [d| instance Deriving (Store Euse) |]))
|
||||
$($(derive [d| instance Deriving (Store HeldUse) |]))
|
||||
$($(derive [d| instance Deriving (Store Luse) |]))
|
||||
|
||||
Reference in New Issue
Block a user