haskellPackages.fay: unbreak

Also unmark some obvious candidates as unbroken after testing that they
build.
This commit is contained in:
sternenseemann
2021-03-24 12:20:40 +01:00
committed by sterni
parent 697541b7ae
commit 529ba0b483
2 changed files with 4 additions and 9 deletions
@@ -1696,4 +1696,8 @@ self: super: {
# https://github.com/jswebtools/language-ecmascript-analysis/issues/1
language-ecmascript-analysis = doJailbreak super.language-ecmascript-analysis;
# Too strict bounds on optparse-applicative
# https://github.com/faylang/fay/pull/474
fay = doJailbreak super.fay;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super