diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 23865e54ba1..9f4cc057c70 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -48,6 +48,7 @@ self: super: { contravariant = self.contravariant_1_5; doctest = self.doctest_0_16_0_1; doctest_0_16_0_1 = dontCheck super.doctest_0_16_0_1; + Glob = self.Glob_0_9_3; hspec = self.hspec_2_5_7; hspec-core = self.hspec-core_2_5_7; hspec-core_2_5_7 = super.hspec-core_2_5_7.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_12_4; });