packages feed

servant-hateoas-0.2.0: src/Servant/Hateoas.hs

module Servant.Hateoas
( module Servant.Hateoas.ContentType.Collection
, module Servant.Hateoas.ContentType.HAL
, module Servant.Hateoas.Resource
, module Servant.Hateoas.Some
) where

import Servant.Hateoas.ContentType.Collection (Collection, CollectionResource)
import Servant.Hateoas.ContentType.HAL (HAL, HALResource)
import Servant.Hateoas.Resource
import Servant.Hateoas.Some