From 8d0df69f4f1d9c9c5aa83a576d1ee6480bb3d4cc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 17:50:59 +0100 Subject: [PATCH] haskell-vty: drop obsolete override for ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 --- 1 file changed, 3 deletions(-) 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;