mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gf.cabal: use -fhide-source-paths
if ghc>=8.2
This commit is contained in:
4
gf.cabal
4
gf.cabal
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user