From 47f81a066b37115d5bd120583570d45345aab3e0 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 1 Jul 2026 00:48:30 +0100 Subject: [PATCH] Link test suite against threaded runtime --- http-reverse-proxy.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/http-reverse-proxy.cabal b/http-reverse-proxy.cabal index 43c025e..f4acd2c 100644 --- a/http-reverse-proxy.cabal +++ b/http-reverse-proxy.cabal @@ -51,6 +51,7 @@ test-suite test type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test + ghc-options: -threaded build-depends: base <10 , blaze-builder