summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-01-21 19:55:25 +0100
committerGitHub <noreply@github.com>2018-01-21 19:55:25 +0100
commit4532826e99e1d0eda2044189538a99a0ac458af4 (patch)
treed74db6ee8291136cb42f2bab6b56f225485af4d0 /pkgs/development/haskell-modules/configuration-common.nix
parent46947c49a0b1aa99ab8df3f8741fffab2273fe38 (diff)
parentfcc8cae88d5429ae2693b03e870dfc4fe6a1c6bf (diff)
downloadnixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar.gz
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar.bz2
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar.lz
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar.xz
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.tar.zst
nixlib-4532826e99e1d0eda2044189538a99a0ac458af4.zip
Merge pull request #34037 from ElvishJerricco/fix-ghcjs-lts-10
Fixed GHCJS
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5922cd1272d3..3cc0aec922cd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -949,4 +949,7 @@ self: super: {
   # Add support for https://github.com/haskell-hvr/multi-ghc-travis.
   multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis { ShellCheck = self.ShellCheck_0_4_6; };
 
+  # https://github.com/yesodweb/Shelly.hs/issues/162
+  shelly = dontCheck super.shelly;
+
 }