Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
curry
curry-frontend
Commits
873872a8
Commit
873872a8
authored
Nov 27, 2017
by
Finn Teegen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.0.0
parent
03e03950
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGELOG.md
CHANGELOG.md
+2
-2
curry-frontend.cabal
curry-frontend.cabal
+5
-5
No files found.
CHANGELOG.md
View file @
873872a8
Change log for curry-frontend
Change log for curry-frontend
=============================
=============================
Under development (0.9.9)
Version 1.0.0
=============
============
=============
*
Add support for typeclasses as known from Haskell.
*
Add support for typeclasses as known from Haskell.
...
...
curry-frontend.cabal
View file @
873872a8
Name: curry-frontend
Name: curry-frontend
Version:
0.99
.0
Version:
1.0
.0
Cabal-Version: >= 1.10
Cabal-Version: >= 1.10
Synopsis: Compile the functional logic language Curry to several
Synopsis: Compile the functional logic language Curry to several
intermediate formats
intermediate formats
...
@@ -44,7 +44,7 @@ Library
...
@@ -44,7 +44,7 @@ Library
Build-Depends:
Build-Depends:
base == 4.*
base == 4.*
, containers
, containers
, curry-base ==
0.99
.0
, curry-base ==
1.0
.0
, directory
, directory
, extra >= 1.4.6
, extra >= 1.4.6
, filepath
, filepath
...
@@ -141,7 +141,7 @@ Executable curry-frontend
...
@@ -141,7 +141,7 @@ Executable curry-frontend
Build-Depends:
Build-Depends:
base == 4.*
base == 4.*
, containers
, containers
, curry-base ==
0.99
.0
, curry-base ==
1.0
.0
, curry-frontend
, curry-frontend
, directory
, directory
, extra >= 1.4.6
, extra >= 1.4.6
...
@@ -163,5 +163,5 @@ Test-Suite test-frontend
...
@@ -163,5 +163,5 @@ Test-Suite test-frontend
hs-source-dirs: test
hs-source-dirs: test
default-language: Haskell2010
default-language: Haskell2010
test-module: TestFrontend
test-module: TestFrontend
build-depends: base == 4.*, Cabal >= 1.20, curry-base ==
0.99
.0
build-depends: base == 4.*, Cabal >= 1.20, curry-base ==
1.0
.0
, curry-frontend ==
0.99
.0, filepath
, curry-frontend ==
1.0
.0, filepath
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