From fdd64fbc3730f44573d1a86928b63fba421ba287 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Dec 2019 20:34:14 +0100 Subject: haskell-servant-{ekg,blaze}: jailbreak to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 33d5fb38e3cc..52cc2f1e9434 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1355,4 +1355,10 @@ self: super: { })]; }); + # https://github.com/haskell-servant/servant-blaze/issues/17 + servant-blaze = doJailbreak super.servant-blaze; + + # https://github.com/haskell-servant/servant-ekg/issues/15 + servant-ekg = doJailbreak super.servant-ekg; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super -- cgit 1.4.1