octohat
octohat copied to clipboard
API wrapper for Github's API in Haskell with tests
@jsl @jsantos17 Could you take a look, please?
Travis is taking too long to build the project (8 minutes for GHC 7.4.2, 7.6.3, and 7.10.2, and 11 minutes for GHC 7.8.4). We can use the new container-based infrastructure...
Should `Network.Octohat.MembersSpec` be included in the other modules field of the test suite? It seems like there are some tests there, but it's not part of the package.
We currently expose a very concrete transformer stack. We should try to factor out more stuff out as type constraints instead. Relevant code: https://github.com/stackbuilders/octohat/blob/master/src/Network/Octohat/Types.hs#L238 We might even be able to...