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
curry-frontend
Commits
56f18678
Commit
56f18678
authored
Mar 06, 2015
by
Jan Rasmus Tikovsky
Browse files
Updated to version 0.4.0
parent
33406985
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
56f18678
...
...
@@ -4,6 +4,19 @@ Change log for curry-frontend
Under development
=================
Version 0.4.0
=============
*
Refactored AbstractCurry generation
*
Complete refactoring of FlatCurry generation
*
Removed support for Curry's record syntax and introduced Haskell's record
syntax instead
*
During desugaring record updates are translated to fcase-expressions instead
of introducing explicit update functions
*
HTML generation now places HTML files for hierarchical modules into
files named
`<Module>_curry.html`
, i.e., no sub-folders reflecting
the the module name hierarchy are generated. In addition, if the option
...
...
curry-frontend.cabal
View file @
56f18678
Name: curry-frontend
Version: 0.
3.1
0
Version: 0.
4.
0
Cabal-Version: >= 1.6
Synopsis: Compile the functional logic language Curry to several
intermediate formats
...
...
@@ -36,7 +36,7 @@ Flag network-uri
Executable cymake
hs-source-dirs: src
Main-is: cymake.hs
Build-Depends: base == 4.*, curry-base == 0.
3.1
0
Build-Depends: base == 4.*, curry-base == 0.
4.
0
, containers, directory, mtl, process, transformers, syb
if flag(network-uri)
build-depends: network-uri >= 2.6
...
...
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