mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
stylish-haskell: Unmark broken in hackage-packages
HsYAML-aeson: Unmark broken As suggested in the review
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user