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!
|
||||
|
||||
{ cabal, aeson, attoparsec, httpTypes, HUnit, shakespeare
|
||||
{ cabal, aeson, attoparsec, filepath, httpTypes, HUnit
|
||||
, testFramework, testFrameworkHunit, testFrameworkThPrime, text
|
||||
, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "twitter-types";
|
||||
version = "0.3.20140801";
|
||||
sha256 = "1ryvbshafgnfvn6697lb5qj9y61bm9371lzaz5v4xjf0jklm2z5n";
|
||||
version = "0.4.20140809";
|
||||
sha256 = "0f32gjvpzcy5ld2j6mhsvaxaiyzyp5pvqjvmgawaiy78c3kxi8gh";
|
||||
buildDepends = [ aeson httpTypes text unorderedContainers ];
|
||||
testDepends = [
|
||||
aeson attoparsec httpTypes HUnit shakespeare testFramework
|
||||
aeson attoparsec filepath httpTypes HUnit testFramework
|
||||
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
||||
];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in New Issue