forked from GitHub/gf-core
Added --sisr option for including SISR tags in generated SRGs.
This commit is contained in:
@@ -32,7 +32,7 @@ writeOutput :: Options -> OutputFormat-> PGF -> IOE ()
|
||||
writeOutput opts fmt pgf =
|
||||
do let name = fromMaybe (prCId (absname pgf)) (moduleFlag optName opts)
|
||||
path = outputFilePath opts fmt name
|
||||
s = prPGF fmt pgf name
|
||||
s = prPGF opts fmt pgf name
|
||||
writeOutputFile path s
|
||||
|
||||
outputFilePath :: Options -> OutputFormat -> String -> FilePath
|
||||
|
||||
Reference in New Issue
Block a user