summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-24 00:15:25 +0100
committersterni <sternenseemann@systemli.org>2021-03-24 12:20:40 +0100
commit697541b7aed6562ee22e688d59c40396ab62a6e2 (patch)
tree9cf4d9c8eab6ce0f76dca8bf0da29036af264f55 /pkgs/development/haskell-modules/configuration-common.nix
parent2bbfd8efccf094563362e90ee3455e6bce78a66b (diff)
downloadnixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar.gz
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar.bz2
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar.lz
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar.xz
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.tar.zst
nixpkgs-697541b7aed6562ee22e688d59c40396ab62a6e2.zip
haskellPackages.language-ecmascript: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fc0c992b43b..1b0bc000df7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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