diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f8f968eefda..a7a3b2ed1bf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -35,6 +35,7 @@ self: super: { HTTP = dontCheck super.HTTP; mwc-random = dontCheck super.mwc-random; nanospec = dontCheck super.nanospec; + nanospec_0_2_0 = dontCheck super.nanospec_0_2_0; options_1_2_1 = dontCheck super.options_1_2_1; options_1_2 = dontCheck super.options_1_2; options = dontCheck super.options;