Skip to content

Commit

Permalink
purescript: document the reason for the jailbreak (aeson upper bound)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacereda committed Feb 18, 2019
1 parent e89c268 commit 43dc79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ self: super: {
unix = null;
xhtml = null;

# Restricts aeson to <1.4
# https://github.com/purescript/purescript/pull/3537
purescript = doJailbreak super.purescript;

# https://github.com/jcristovao/enclosed-exceptions/issues/12
Expand Down

0 comments on commit 43dc79c

Please sign in to comment.