haskell-github: update to version 0.7.2
This commit is contained in:
parent
7e9816d9bd
commit
8dc23a537b
@ -1,15 +1,16 @@
|
|||||||
{ cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
|
{ cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
|
||||||
, failure, HTTP, httpConduit, httpTypes, network, text, time
|
, failure, hashable, HTTP, httpConduit, httpTypes, network, text
|
||||||
, unorderedContainers, vector
|
, time, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "github";
|
pname = "github";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
sha256 = "0aipaamd7gn5f79f451v8ifjs5g8b40g9w4kvi1i62imsh0zhh90";
|
sha256 = "0w8m8ybzb63j1631v2a6xpm727zbj19dv98cml9fyzlxzlvlg5fs";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec caseInsensitive conduit dataDefault failure HTTP
|
aeson attoparsec caseInsensitive conduit dataDefault failure
|
||||||
httpConduit httpTypes network text time unorderedContainers vector
|
hashable HTTP httpConduit httpTypes network text time
|
||||||
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user