Pass ghc -fhide-source-paths by default

ghc92
Lennart Spitzner 2023-02-01 14:34:20 +00:00
parent bff9bfb312
commit 7f4730858e
1 changed files with 2 additions and 0 deletions

View File

@ -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