diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2e54ef604a53..9f58d819bb0c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1276,4 +1276,7 @@ self: super: { # need newer version of ghc-libparser hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; }; + # https://github.com/sol/hpack/issues/366 + hpack = dontCheck super.hpack; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super