haskell-twitter-types: update to version 0.6.0
This commit is contained in:
parent
fc263e7685
commit
5a3bb5a09e
|
@ -1,18 +1,18 @@
|
||||||
# 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, filepath, httpTypes, HUnit
|
{ cabal, aeson, attoparsec, filepath, HUnit, testFramework
|
||||||
, testFramework, testFrameworkHunit, testFrameworkThPrime, text
|
, testFrameworkHunit, testFrameworkThPrime, text
|
||||||
, unorderedContainers
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "twitter-types";
|
pname = "twitter-types";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
sha256 = "0nnis96rki60ily7ydq155nawmhz7dn51d1d3hwikb1vz16ji47a";
|
sha256 = "0yvs57f3m0nq11qpxziazp9r95g1v231d2djmch9c5d8g22cjvdn";
|
||||||
buildDepends = [ aeson httpTypes text unorderedContainers ];
|
buildDepends = [ aeson text unorderedContainers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec filepath httpTypes HUnit testFramework
|
aeson attoparsec filepath HUnit testFramework testFrameworkHunit
|
||||||
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
testFrameworkThPrime text unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue