mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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!
|
||||
|
||||
{ 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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user