Skip to content

Commit

Permalink
haskellPackages.stylish-haskell: fix cabal bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Galagora committed Sep 11, 2020
1 parent 875e9b9 commit 9ee19bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1470,6 +1470,13 @@ self: super: {
pandoc-types = doDistribute self.pandoc-types_1_21;
rfc5051 = doDistribute self.rfc5051_0_2;

# Upstream forgot to change the Cabal version bounds in the test suite.
# See: https://github.com/jaspervdj/stylish-haskell/pull/297
# Will be fixed whenever they next bump the version number
stylish-haskell = appendPatch super.stylish-haskell (pkgs.fetchpatch {
url = "https://github.com/jaspervdj/stylish-haskell/commit/9550aa1cd177aa6fe271d075177109d66a79e67f.patch";
sha256 = "159jr80k40hdq5gpqfjknqx6vj2licx1l0f57l5r3k4264lnxjdb";
});
# INSERT NEW OVERRIDES ABOVE THIS LINE

} // (let
Expand Down

0 comments on commit 9ee19bc

Please sign in to comment.