packages feed

github-utils-0.1.0: github-utils.cabal

-- Initial github-utils.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                github-utils
version:             0.1.0
synopsis:            Useful functions that use the GitHub API
-- description:         
homepage:            https://github.com/greenrd/github-utils
license:             BSD3
license-file:        LICENSE
author:              Robin Green
maintainer:          greenrd@greenrd.org
-- copyright:           
category:            Network
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     PullRequestFiles
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8
                     , basic-prelude >= 0.3 && <0.4
                     , github >=0.13 && <0.14
                     , text >= 1.2 && < 1.3
  -- hs-source-dirs:      
  default-language:    Haskell2010