mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -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
|
else
|
||||||
build-depends: unix, terminfo>=0.4
|
build-depends: unix, terminfo>=0.4
|
||||||
|
|
||||||
|
if impl(ghc>=8.2)
|
||||||
|
ghc-options: -fhide-source-paths
|
||||||
|
|
||||||
Executable gf
|
Executable gf
|
||||||
hs-source-dirs: src/programs
|
hs-source-dirs: src/programs
|
||||||
@@ -334,6 +336,8 @@ Executable gf
|
|||||||
|
|
||||||
ghc-prof-options: -auto-all
|
ghc-prof-options: -auto-all
|
||||||
|
|
||||||
|
if impl(ghc>=8.2)
|
||||||
|
ghc-options: -fhide-source-paths
|
||||||
|
|
||||||
executable pgf-shell
|
executable pgf-shell
|
||||||
--if !flag(c-runtime)
|
--if !flag(c-runtime)
|
||||||
|
|||||||
Reference in New Issue
Block a user