packages feed

github-post-receive-1.0.1.0: src/Github/PostReceive.hs

module Github.PostReceive
    ( module Github.PostReceive.Types
    , module Github.PostReceive.Server
    ) where

import Github.PostReceive.Types
import Github.PostReceive.Server