haskellPackages.language-ecmascript: unbreak

This commit is contained in:
sternenseemann 2021-03-24 00:15:25 +01:00 committed by sterni
parent 2bbfd8efcc
commit 697541b7ae
2 changed files with 8 additions and 2 deletions

View file

@ -1688,4 +1688,12 @@ self: super: {
# https://github.com/kowainik/co-log/pull/218
co-log = doJailbreak super.co-log;
# Test suite has a too strict bound on base
# https://github.com/jswebtools/language-ecmascript/pull/88
language-ecmascript = doJailbreak super.language-ecmascript;
# Too strict bounds on containers
# https://github.com/jswebtools/language-ecmascript-analysis/issues/1
language-ecmascript-analysis = doJailbreak super.language-ecmascript-analysis;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -7500,8 +7500,6 @@ broken-packages:
- language-dart
- language-dickinson
- language-dockerfile
- language-ecmascript
- language-ecmascript-analysis
- language-eiffel
- language-elm
- language-fortran