Pass ghc -fhide-source-paths by default
parent
bff9bfb312
commit
7f4730858e
|
@ -80,6 +80,7 @@ common library
|
||||||
-Wno-prepositive-qualified-module
|
-Wno-prepositive-qualified-module
|
||||||
-Wno-safe
|
-Wno-safe
|
||||||
-Wno-unsafe
|
-Wno-unsafe
|
||||||
|
-fhide-source-paths
|
||||||
|
|
||||||
if flag(pedantic)
|
if flag(pedantic)
|
||||||
ghc-options: -Werror
|
ghc-options: -Werror
|
||||||
|
@ -93,6 +94,7 @@ common executable
|
||||||
-threaded
|
-threaded
|
||||||
-Wno-implicit-prelude
|
-Wno-implicit-prelude
|
||||||
-Wno-unused-packages
|
-Wno-unused-packages
|
||||||
|
-fhide-source-paths
|
||||||
|
|
||||||
library
|
library
|
||||||
import: library
|
import: library
|
||||||
|
|
Loading…
Reference in New Issue