Pass ghc -fhide-source-paths by default
parent
bff9bfb312
commit
7f4730858e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue