Go back to JSON encoding
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
|
||||
module Dodge.Data.Cloud where
|
||||
|
||||
import TH.Derive
|
||||
import Data.Store
|
||||
import Data.Binary
|
||||
import Flat
|
||||
import Color
|
||||
import Control.Lens
|
||||
@@ -40,6 +37,3 @@ makeLenses ''Cloud
|
||||
deriveJSON defaultOptions ''CloudDraw
|
||||
deriveJSON defaultOptions ''Cloud
|
||||
deriveJSON defaultOptions ''CloudType
|
||||
$($(derive [d| instance Deriving (Store CloudType) |]))
|
||||
$($(derive [d| instance Deriving (Store CloudDraw) |]))
|
||||
$($(derive [d| instance Deriving (Store Cloud ) |]))
|
||||
|
||||
Reference in New Issue
Block a user