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
c0eebcc3
Commit
c0eebcc3
authored
Sep 29, 2017
by
Finn Teegen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cabal file and changelog
parent
ec9517cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
CHANGELOG.md
CHANGELOG.md
+6
-1
curry-frontend.cabal
curry-frontend.cabal
+7
-7
No files found.
CHANGELOG.md
View file @
c0eebcc3
Change log for curry-frontend
=============================
Under development (0.4.2)
Under development (0.9.9)
===============
*
Add support for typeclasses as known from Haskell.
Version (0.4.2)
=================
*
Improved readability of environment information in dumps
...
...
curry-frontend.cabal
View file @
c0eebcc3
Name: curry-frontend
Version: 0.
4.2
Version: 0.
9.9
Cabal-Version: >= 1.10
Synopsis: Compile the functional logic language Curry to several
intermediate formats
...
...
@@ -18,9 +18,9 @@ Category: Language
License: BSD3
License-File: LICENSE
Author: Wolfgang Lux, Martin Engelke, Bernd Brassel, Holger Siegel,
Bjoern Peemoeller
Maintainer:
Bjoern Peemoeller
Bug-Reports: mailto:
bjp
@informatik.uni-kiel.de
Bjoern Peemoeller
, Finn Teegen
Maintainer:
fte@informatik.uni-kiel.de
Bug-Reports: mailto:
fte
@informatik.uni-kiel.de
Homepage: http://curry-language.org
Build-Type: Simple
Stability: experimental
...
...
@@ -32,7 +32,7 @@ Data-Files: currysource.css
source-repository head
type: git
location: https://git.ps.informatik.uni-kiel.de/
curry
/curry-frontend.git
location: https://git.ps.informatik.uni-kiel.de/
fte
/curry-frontend.git
Flag network-uri
description: Get Network.URI from the network-uri package
...
...
@@ -44,7 +44,7 @@ Library
Build-Depends:
base == 4.*
, containers
, curry-base == 0.
4.2
, curry-base == 0.
9.9
, directory
, extra >= 1.4.6
, filepath
...
...
@@ -142,7 +142,7 @@ Executable curry-frontend
Build-Depends:
base == 4.*
, containers
, curry-base == 0.
4.2
, curry-base == 0.
9.9
, curry-frontend
, directory
, extra >= 1.4.6
...
...
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