Skip to content

Commit

Permalink
Merge pull request #467 from reflex-frp/alexfmpe-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ali-abrar committed Mar 22, 2019
2 parents a7f6394 + 97a4fbc commit e7aec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-overlays/text-jsstring/default.nix
Expand Up @@ -66,7 +66,7 @@ self: super: {
});
aeson = appendPatch super.aeson ./aeson.patch;
text-show = appendPatch super.text-show ./text-show.patch;
# Bellow 8.4 text was not a boot pkg.
# Below 8.4 text was not a boot pkg.
text = if !(versionWildcard [ 8 0 ] super.ghc.ghcVersion)
then super.text
else haskellLib.dontCheck (self.callCabal2nix "text"
Expand Down

0 comments on commit e7aec25

Please sign in to comment.