haskell-github: update to version 0.7.3

This commit is contained in:
Peter Simons
2013-12-22 17:35:58 +01:00
parent 4e917cdc35
commit d57b9b0b8b
2 changed files with 2 additions and 16 deletions

View File

@@ -5,14 +5,13 @@
cabal.mkDerivation (self: {
pname = "github";
version = "0.7.2";
sha256 = "0w8m8ybzb63j1631v2a6xpm727zbj19dv98cml9fyzlxzlvlg5fs";
version = "0.7.3";
sha256 = "0cb7smydndigkcib4y8pbsycsqyzg45g5vrglyq1h245rd4j6s37";
buildDepends = [
aeson attoparsec caseInsensitive conduit dataDefault failure
hashable HTTP httpConduit httpTypes network text time
unorderedContainers vector
];
patches = [ ./fix-build.patch ];
jailbreak = true;
meta = {
homepage = "https://github.com/fpco/github";