Skip to content

Commit

Permalink
haskell-SHA: fix compiler crash while trying to build the test suite …
Browse files Browse the repository at this point in the history
…on i686

Fixes #36949.

(cherry picked from commit 1583cc6)
  • Loading branch information
peti committed Mar 14, 2018
1 parent 0bdb853 commit 622c5be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1010,4 +1010,10 @@ self: super: {
# Needs turtle >=1.5.0, which we use by default in lts-10.x.
changelogged = super.changelogged.override { turtle = self.turtle_1_5_4; };

# Avoid GHC compiler crash a la https://ghc.haskell.org/trac/ghc/ticket/5361.
SHA = appendPatch super.SHA (pkgs.fetchpatch {
url = https://github.com/GaloisInc/SHA/commit/c258350e953c3de2f98c5625ac3857f1a6863afc.patch;
sha256 = "1485bbjca1wqbh3c9yqj85kmq8j7zxq79y5isxypy3r6wjpr3g6b";
});

}

0 comments on commit 622c5be

Please sign in to comment.