diff options
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -196,7 +196,6 @@ Library GF.Haskell GF.Compile.ConcreteToHaskell GF.Compile.PGFtoJS - GF.Compile.PGFtoLProlog GF.Compile.PGFtoProlog GF.Compile.PGFtoPython GF.Compile.ReadFiles @@ -319,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 @@ -335,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) |
