diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 737ed7facbd..3879e9f471c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -765,9 +765,6 @@ self: super: { stripLen = 1; }); - # Old versions don't compile. - vty = self.vty_5_20; - # https://github.com/jgm/pandoc-types/issues/37 pandoc-types = self.pandoc-types_1_17_4;