diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index 3914e3d9b932..b4e975187cca 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -162,4 +162,7 @@ self: super: { comonad = dontCheck super.comonad; semigroupoids = dontCheck super.semigroupoids; + # https://github.com/simonmar/happy/issues/103 + happy = super.happy.override { mtl = self.mtl_2_2_1; }; + }