Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
frontend-exec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
curry-packages
frontend-exec
Commits
abbcc6b1
Commit
abbcc6b1
authored
4 years ago
by
Michael Hanus
Browse files
Options
Downloads
Patches
Plain Diff
Updates w.r.t package `currypath`
parent
4f38e6d6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
Use records and add parameter for specifying path to frontend executable
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
package.json
+0
-4
0 additions, 4 deletions
package.json
src/System/FrontendExec.curry
+10
-10
10 additions, 10 deletions
src/System/FrontendExec.curry
with
11 additions
and
15 deletions
LICENSE
+
1
−
1
View file @
abbcc6b1
Copyright (c) 20
18
, Michael Hanus
Copyright (c) 20
20
, Michael Hanus
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
package.json
+
0
−
4
View file @
abbcc6b1
...
...
@@ -14,10 +14,6 @@
"process"
:
">= 3.0.0, < 4.0.0"
,
"propertyfile"
:
">= 3.0.0, < 4.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 3.0.0, < 4.0.0"
,
"kics2"
:
">= 3.0.0, < 4.0.0"
},
"exportedModules"
:
[
"System.FrontendExec"
],
"source"
:
{
"git"
:
"https://git.ps.informatik.uni-kiel.de/curry-packages/frontend-exec.git"
,
...
...
This diff is collapsed.
Click to expand it.
src/System/FrontendExec.curry
+
10
−
10
View file @
abbcc6b1
...
...
@@ -23,10 +23,10 @@ import Data.List ( intercalate, nub )
import Data.PropertyFile ( getPropertiesFromFile )
import System.FilePath ( FilePath, (</>), takeDirectory, takeFileName )
import System.Process ( system )
import System.CurryPath
( currySubdir, getLoadPathForModule )
import System.CurryPath (
curryrcFileName,
currySubdir, getLoadPathForModule )
import Language.Curry.Distribution
( curryCompiler, curryCompilerMajorVersion
, curryCompilerMinorVersion, installDir
, rcFileName
, curryCompilerMinorVersion, installDir
)
-------------------------------------------------------------------
...
...
@@ -89,7 +89,7 @@ defaultParams =
--- specific resource configuration file.
rcParams :: IO FrontendParams
rcParams = do
rcfile <- rcFileName
rcfile <-
curry
rcFileName
[mbExtended,mbOverlapWarn] <- getPropertiesFromFile rcfile
["curryextensions","warnoverlapping"]
return $ setExtended (mbExtended /= Just "no")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment