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
3ee368f4
Commit
3ee368f4
authored
Apr 22, 2014
by
Björn Peemöller
Browse files
Update to curry-base 0.3.10, version bump to 0.3.10
parent
94440029
Changes
2
Hide whitespace changes
Inline
Side-by-side
curry-frontend.cabal
View file @
3ee368f4
Name: curry-frontend
Version: 0.3.
9
Version: 0.3.
10
Cabal-Version: >= 1.6
Synopsis: Compile the functional logic language Curry to several
intermediate formats
...
...
@@ -35,7 +35,7 @@ Executable cymake
else
Build-Depends: base == 3.*
Build-Depends:
curry-base == 0.3.
9
curry-base == 0.3.
10
, containers, directory, either, mtl, process, transformers
ghc-options: -Wall
Other-Modules:
...
...
src/Generators/GenAbstractCurry.hs
View file @
3ee368f4
...
...
@@ -23,7 +23,7 @@ import qualified Data.Set as Set
import
Curry.AbstractCurry
import
Curry.Base.Ident
import
Curry.Base.Position
import
Curry.Syntax
import
Curry.Syntax
hiding
(
isFunctionDecl
)
import
Base.CurryTypes
(
fromType
)
import
Base.Messages
(
internalError
)
...
...
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