From ec49ae6fe19785940424ba2e2ae00c50883b2d2f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Sep 2019 15:13:27 +0000 Subject: [PATCH] haskell-HStringTemplate: drop obsolete override --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index cead355b145..aaef02f058f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -164,9 +164,6 @@ self: super: { sha256 = "1v40gmnw4lqyk271wngdwz8whpfdhmza58srbkka8icwwwrck3l5"; }); - # break out of 'time >=1.4.2 && <1.9' - HStringTemplate = doJailbreak super.HStringTemplate; - # don't use obsolete "defaultUserHooks" in Setup.hs X11 = appendPatch super.X11 (pkgs.fetchpatch { url = "https://github.com/xmonad/X11/commit/8d817617afa1b54e6c50a9cc552dc1c0804c1794.patch";