{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, GeneralizedNewtypeDeriving #-} module Resource.ExampleAppTag where import RESTng.System import RESTng.Resources (resourceTags, ResourceTag) newtype ExampleAppTag = FTag ResourceTag deriving (Resource, RelationalResource, PersistableResource, WebResource, InGridResource, RelationalOneToMany a, AssocOneToMany a) exampleAppTagProxy :: Proxy ExampleAppTag exampleAppTagProxy = undefined