gf.cabal: use -fhide-source-paths

if ghc>=8.2
This commit is contained in:
Thomas Hallgren
2018-04-18 19:30:03 +02:00
parent 820d2d503f
commit 6f707461e1

View File

@@ -318,6 +318,8 @@ Library
else
build-depends: unix, terminfo>=0.4
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths
Executable gf
hs-source-dirs: src/programs
@@ -334,6 +336,8 @@ Executable gf
ghc-prof-options: -auto-all
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths
executable pgf-shell
--if !flag(c-runtime)