Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-ide
Commits
43d08ec3
Commit
43d08ec3
authored
Dec 08, 2016
by
Bas Lijnse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed renamed platform modules in cpm
parent
0b688a0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cpm/Parser.dcl
cpm/Parser.dcl
+1
-1
cpm/Parser.icl
cpm/Parser.icl
+1
-1
No files found.
cpm/Parser.dcl
View file @
43d08ec3
...
...
@@ -8,7 +8,7 @@ import AbsSyn
/**
* Clean Platform imports
*/
import
Text
.
Parsers
.
ParsersKernel
,
Text
.
Parsers
.
ParsersDerived
import
Text
.
Parsers
.
ZParsers
.
ParsersKernel
,
Text
.
Parsers
.
ZParsers
.
ParsersDerived
/**
...
...
cpm/Parser.icl
View file @
43d08ec3
...
...
@@ -15,7 +15,7 @@ import PmEnvironment
*/
import
Control
.
Applicative
import
Data
.
List
,
Data
.
Maybe
,
Data
.
Functor
import
Text
.
Parsers
.
ParsersKernel
,
Text
.
Parsers
.
ParsersDerived
,
Text
.
Parsers
.
ParsersAccessories
import
Text
.
Parsers
.
ZParsers
.
ParsersKernel
,
Text
.
Parsers
.
ZParsers
.
ParsersDerived
,
Text
.
Parsers
.
ZParsers
.
ParsersAccessories
/**
* Clean libraries imports
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment