hackage-packages.nix: Regenerate based on current config
This commit is contained in:
parent
5ca8d3570e
commit
96f573300f
|
@ -3141,8 +3141,6 @@ self: {
|
||||||
testHaskellDepends = [ base doctest ];
|
testHaskellDepends = [ base doctest ];
|
||||||
description = "Tests of the Charts library";
|
description = "Tests of the Charts library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ChasingBottoms" = callPackage
|
"ChasingBottoms" = callPackage
|
||||||
|
@ -74925,8 +74923,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Cairo backend for diagrams drawing EDSL";
|
description = "Cairo backend for diagrams drawing EDSL";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"diagrams-canvas" = callPackage
|
"diagrams-canvas" = callPackage
|
||||||
|
@ -93042,6 +93038,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Principled and efficient bit-oriented binary serialization";
|
description = "Principled and efficient bit-oriented binary serialization";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ sternenseemann ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"flat-maybe" = callPackage
|
"flat-maybe" = callPackage
|
||||||
|
@ -129178,8 +129175,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Draw diagrams of dendrograms made by hierarchical-clustering";
|
description = "Draw diagrams of dendrograms made by hierarchical-clustering";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hierarchical-env" = callPackage
|
"hierarchical-env" = callPackage
|
||||||
|
@ -205336,8 +205331,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Diagrams based plotting library";
|
description = "Diagrams based plotting library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"plotserver-api" = callPackage
|
"plotserver-api" = callPackage
|
||||||
|
@ -289792,8 +289785,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Simple display of media types, served by yesod";
|
description = "Simple display of media types, served by yesod";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"yesod-newsfeed" = callPackage
|
"yesod-newsfeed" = callPackage
|
||||||
|
|
Loading…
Reference in New Issue