Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry-packages
currypp
Commits
17affbe8
Commit
17affbe8
authored
Nov 20, 2017
by
Michael Hanus
Browse files
Dependency to wl-pprint added
parent
d8aeb62d
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
17affbe8
...
...
@@ -13,6 +13,7 @@
"fl-parser"
:
">= 1.0.0"
,
"html"
:
">= 2.0.0"
,
"regexp"
:
">= 1.1.0"
,
"wl-pprint"
:
">= 0.0.1"
,
"xml"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
...
...
src/IntegratedCode/Parser/SQL/SQLTranslator.curry
View file @
17affbe8
...
...
@@ -12,9 +12,9 @@ module SQLTranslator(translate) where
import AbstractCurry.Types
import AbstractCurry.Pretty
import AbstractCurry.Build
import Char
(
toLower, toUpper)
import List
(
intercalate, splitOn)
import Pretty
import Char
(
toLower, toUpper
)
import List
(
intercalate, splitOn
)
import
Text.
Pretty
( pPrint )
import ParseTypes
...
...
Write
Preview
Supports
Markdown
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