From b30ffdcc01f2582c2788b8d25777fc72f6ff4e83 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Thu, 5 May 2016 14:01:55 +0300 Subject: [PATCH] ghc8 | config: th-reify-many: drop the pin obviated by hackage import --- .../haskell-modules/configuration-ghc-8.0.x.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index c12b3a375c6..c7f67fde221 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -146,15 +146,6 @@ self: super: { }; })); - # The essential part is released in 0.1.4.1 upstream (needs hackage import) - th-reify-many = doJailbreak (pkgs.haskell.lib.overrideCabal super.th-reify-many (oldAttrs: { - src = pkgs.fetchgit { - url = https://github.com/mgsloan/th-reify-many.git; - rev = "699eed232c2ccaf9fb109f131e80ed8d654d6f08"; - sha256 = "001fvpq039l9wj9v8id7kfjwmp4acf53zr4z6sppdvrv6npzz5yb"; - }; - })); - trifecta = doJailbreak super.trifecta; turtle = doJailbreak super.turtle;