stylish-haskell: Unmark broken in hackage-packages

HsYAML-aeson: Unmark broken

As suggested in the review
This commit is contained in:
Samuel Rivas
2020-04-27 08:21:12 +02:00
parent 171aace39d
commit dd1f0a1518
2 changed files with 3 additions and 7 deletions

View File

@@ -1432,11 +1432,11 @@ self: super: {
# HsYAML-aeson depends on a more modern version of HsYAML than the one
# available in stackage's LTS 14.23
HsYAML-aeson = unmarkBroken (super.HsYAML-aeson.override {
HsYAML-aeson = super.HsYAML-aeson.override {
HsYAML = self.HsYAML_0_2_1_0;
});
};
stylish-haskell = (unmarkBroken super.stylish-haskell).override {
stylish-haskell = super.stylish-haskell.override {
HsYAML = self.HsYAML_0_2_1_0;
};

View File

@@ -10861,8 +10861,6 @@ self: {
];
description = "JSON to YAML Adapter";
license = stdenv.lib.licenses.gpl2Plus;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"Hsed" = callPackage
@@ -234129,8 +234127,6 @@ self: {
];
description = "Haskell code prettifier";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"stylist" = callPackage