Skip to content

Commit

Permalink
ghc810x: remove obsolete overrides (1/x)
Browse files Browse the repository at this point in the history
async: -doJailbreak
ChasingBottoms: -doJailbreak
ed25519: -doJailbreak
email-validate: -doJailbreak
  • Loading branch information
svmhdvn committed Jul 2, 2020
1 parent eb63d9d commit e522cf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
Expand Up @@ -61,11 +61,7 @@ self: super: {
haddock-library = self.haddock-library_1_9_0;

# Jailbreak to fix the build.
async = doJailbreak super.async;
base-noprelude = doJailbreak super.base-noprelude;
ChasingBottoms = doJailbreak super.ChasingBottoms;
ed25519 = doJailbreak super.ed25519;
email-validate = doJailbreak super.email-validate; # https://github.com/Porges/email-validate-hs/issues/51
pandoc = doJailbreak super.pandoc;
regex-pcre-builtin = doJailbreak super.regex-pcre-builtin;
regex-posix = doJailbreak super.regex-posix;
Expand Down

0 comments on commit e522cf0

Please sign in to comment.