Pass ghc -fhide-source-paths by default

Lennart Spitzner 2023-02-01 14:34:20 +00:00
parent f7de67892b
commit bb97412d69
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