File: Readable.hs

package info (click to toggle)
github-backup 1.20140831
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 356 kB
  • ctags: 4
  • sloc: haskell: 3,384; makefile: 29; sh: 10
file content (14 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# 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