Skip to content

Commit

Permalink
Merge pull request #79528 from clkamp/fix-stylish-haskell
Browse files Browse the repository at this point in the history
Fix stylish haskell by using HsYAML 0.2.1.0
  • Loading branch information
cdepillabout committed Feb 8, 2020
2 parents 4e95bba + e65ae09 commit 89ae888
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1393,4 +1393,14 @@ self: super: {
# See https://github.com/ekmett/perhaps/pull/5
perhaps = doJailbreak super.perhaps;

# it depends on HsYAML >=0.2.0 && < 0.3, so use 0.2.1.0
HsYAML-aeson = super.HsYAML-aeson.override {
HsYAML = self.HsYAML_0_2_1_0;
};

# it depends on HsYAML >=0.2.0 && < 0.3, so use 0.2.1.0
stylish-haskell = super.stylish-haskell.override {
HsYAML = self.HsYAML_0_2_1_0;
};

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Expand Up @@ -6204,7 +6204,6 @@ broken-packages:
- hsx-xhtml
- hsx2hs
- hsXenCtrl
- HsYAML-aeson
- hsyscall
- hsyslog-tcp
- hsyslog-udp
Expand Down Expand Up @@ -9389,7 +9388,6 @@ broken-packages:
- structures
- stt
- stunts
- stylish-haskell
- stylist
- stylized
- suavemente
Expand Down

0 comments on commit 89ae888

Please sign in to comment.