From 605c833613b60aae271486c20f9c5a8f4ccaa9e2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 4 Sep 2023 16:04:47 +0300 Subject: [PATCH] Make debug flag manual By default flags are automatic. The `debug` flag is intended to be enabled manually, it seems bizarre to allow solvers to flip it. --- unordered-containers.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index d16adc73..fa6e725b 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -41,6 +41,7 @@ tested-with: flag debug description: Enable debug support default: False + manual: True library exposed-modules: