haskell-twitter-types: update to version 0.6.0

This commit is contained in:
Peter Simons 2014-11-23 21:07:25 +01:00
parent fc263e7685
commit 5a3bb5a09e

View File

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, filepath, httpTypes, HUnit
, testFramework, testFrameworkHunit, testFrameworkThPrime, text
{ cabal, aeson, attoparsec, filepath, HUnit, testFramework
, testFrameworkHunit, testFrameworkThPrime, text
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "twitter-types";
version = "0.5.0";
sha256 = "0nnis96rki60ily7ydq155nawmhz7dn51d1d3hwikb1vz16ji47a";
buildDepends = [ aeson httpTypes text unorderedContainers ];
version = "0.6.0";
sha256 = "0yvs57f3m0nq11qpxziazp9r95g1v231d2djmch9c5d8g22cjvdn";
buildDepends = [ aeson text unorderedContainers ];
testDepends = [
aeson attoparsec filepath httpTypes HUnit testFramework
testFrameworkHunit testFrameworkThPrime text unorderedContainers
aeson attoparsec filepath HUnit testFramework testFrameworkHunit
testFrameworkThPrime text unorderedContainers
];
doCheck = false;
meta = {