about summary refs log tree commit diff
path: root/users/grfn/xanthous/src/Xanthous/Entities/Entities.hs-boot
blob: 519a862c6a5ad86488f854c0405640e7d5653268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Xanthous.Entities.Entities where

import Test.QuickCheck
import Data.Aeson
import Xanthous.Game.State (SomeEntity, GameState, Entity)

instance Arbitrary SomeEntity
instance Function SomeEntity
instance CoArbitrary SomeEntity
instance FromJSON SomeEntity
instance Entity SomeEntity

instance FromJSON GameState