haskell-twitter-types: update to version 0.4.20140809
This commit is contained in:
parent
b969d7d8b6
commit
664af8b4dc
@ -1,17 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, httpTypes, HUnit, shakespeare
|
{ cabal, aeson, attoparsec, filepath, httpTypes, HUnit
|
||||||
, testFramework, testFrameworkHunit, testFrameworkThPrime, text
|
, testFramework, testFrameworkHunit, testFrameworkThPrime, text
|
||||||
, unorderedContainers
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "twitter-types";
|
pname = "twitter-types";
|
||||||
version = "0.3.20140801";
|
version = "0.4.20140809";
|
||||||
sha256 = "1ryvbshafgnfvn6697lb5qj9y61bm9371lzaz5v4xjf0jklm2z5n";
|
sha256 = "0f32gjvpzcy5ld2j6mhsvaxaiyzyp5pvqjvmgawaiy78c3kxi8gh";
|
||||||
buildDepends = [ aeson httpTypes text unorderedContainers ];
|
buildDepends = [ aeson httpTypes text unorderedContainers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec httpTypes HUnit shakespeare testFramework
|
aeson attoparsec filepath httpTypes HUnit testFramework
|
||||||
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user