From e5b62bb387bb9aff9b60bc1557a8252eef7ec581 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 Oct 2019 11:14:49 +0100 Subject: [PATCH] haskell-web-routes-th: jailbreak to fix the build of the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8bea3fc73d71..c19944b73029 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1276,4 +1276,7 @@ self: super: { # We think this will probably be fixed when updating to the polysemy version in LTS-15. polysemy = dontCheck super.polysemy; + # https://github.com/Happstack/web-routes-th/pull/3 + web-routes-th = doJailbreak super.web-routes-th; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super