summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-07-15 22:53:28 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-07-15 23:47:46 -0400
commit68ea661bb438ec995fc26c0a2a3cc8040421e1b3 (patch)
tree875943a9cc163bc3a819d223951e6641d76206f7 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent8488982ee3863678e5b013100de6cb1b4e4a1c7c (diff)
downloadnixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar.gz
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar.bz2
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar.lz
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar.xz
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.tar.zst
nixpkgs-68ea661bb438ec995fc26c0a2a3cc8040421e1b3.zip
Fix various packages under GHCJS
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 1e9492f3ec9..dfb500f27f8 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -202,4 +202,11 @@ self: super:
 
   base-orphans = dontCheck super.base-orphans;
   distributive = dontCheck super.distributive;
+
+  # https://github.com/glguy/th-abstraction/issues/53
+  th-abstraction = dontCheck super.th-abstraction;
+  # https://github.com/dreixel/syb/issues/21
+  syb = dontCheck super.syb;
+  # https://github.com/ghcjs/ghcjs/issues/677
+  hspec-core = dontCheck super.hspec-core;
 }