Attempt to make CWorld correct instance of Store
This commit is contained in:
@@ -6,6 +6,8 @@ module Dodge.Data.SoundOrigin where
|
||||
import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
import Dodge.Data.Material
|
||||
import TH.Derive
|
||||
import Data.Store
|
||||
|
||||
data SoundOrigin
|
||||
= InventorySound
|
||||
@@ -40,3 +42,4 @@ instance ToJSONKey SoundOrigin
|
||||
instance FromJSONKey SoundOrigin
|
||||
|
||||
deriveJSON defaultOptions ''SoundOrigin
|
||||
$($(derive [d| instance Deriving (Store SoundOrigin) |]))
|
||||
|
||||
Reference in New Issue
Block a user