Go back to JSON encoding
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
|
||||
module Dodge.Data.Damage.Type where
|
||||
|
||||
import TH.Derive
|
||||
import Data.Store
|
||||
import Data.Binary
|
||||
import Flat
|
||||
import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
@@ -29,7 +26,6 @@ data DamageType
|
||||
| POISONDAM
|
||||
| ENTERREMENT
|
||||
deriving (Eq, Ord, Show, Read, Enum, Bounded, Generic, Flat)
|
||||
$($(derive [d| instance Deriving (Store DamageType) |]))
|
||||
|
||||
instance ToJSONKey DamageType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user