From 7f4730858ef7b07f23371a311863b0c9830d2564 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 1 Feb 2023 14:34:20 +0000 Subject: [PATCH] Pass ghc -fhide-source-paths by default --- brittany.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brittany.cabal b/brittany.cabal index 86d31b2..c301bb3 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -80,6 +80,7 @@ common library -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe + -fhide-source-paths if flag(pedantic) ghc-options: -Werror @@ -93,6 +94,7 @@ common executable -threaded -Wno-implicit-prelude -Wno-unused-packages + -fhide-source-paths library import: library