Skip to content

Commit

Permalink
Merge pull request #495 from reflex-frp/aa-fix-notextjsstring
Browse files Browse the repository at this point in the history
Fix try-reflex when text-jsstring patch is disabled
  • Loading branch information
ali-abrar authored May 16, 2019
2 parents a15d3a2 + 4277ef9 commit beaa34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-overlays/ghcjs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ self: super: {
ghcLibdir = "${self.ghc.bootPackages.ghcWithPackages (p: [ p.reflex ])}/lib/${self.ghc.bootPackages.ghc.name}";
};

ghcjs-base = doJailbreak (dontCheck (self.callCabal2nix "ghcjs-base" ghcjsBaseSrc {}));
ghcjs-base = doJailbreak (dontCheck (self.callCabal2nix "ghcjs-base" self._dep.ghcjsBaseSrc {}));

ghc = if !(lib.versionAtLeast super.ghc.ghcVersion "8.2") then super.ghc else super.ghc.overrideAttrs (_: {
# TODO: I don't think this is needed except for maybe the fast-weak patch, but doing this to preserve hashes.
Expand Down

0 comments on commit beaa34d

Please sign in to comment.