packages feed

github-backup-1.20131203: Github/Data/Readable.hs

{-# LANGUAGE StandaloneDeriving #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

-- | This module re-exports the @Github.Data.Definitions@ module, adding
-- instances of @Read@ to it.

module Github.Data.Readable (module Github.Data.Definitions) where

import Github.Data.Definitions

deriving instance Read GithubDate
deriving instance Read GithubOwner
deriving instance Read Repo
deriving instance Read RepoRef