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
Pascal Stücker
pakcs
Commits
9ca97445
Commit
9ca97445
authored
May 23, 2014
by
Michael Hanus
Browse files
Workaround for cabal problem in frontend generation, email address changed
parent
58f994d5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9ca97445
...
...
@@ -2,13 +2,13 @@
# PAKCS: The Portland Aachen Kiel Curry System
# ============================================
#
# A
n
Prolog-based implementation of the functional logic language Curry
# A Prolog-based implementation of the functional logic language Curry
# developed by
#
# Sergio Antoy, Bernd Brassel, Martin Engelke, Michael Hanus, Klaus Hoeppner,
# Johannes Koj, Philipp Niederau, Ramin Sadre, Frank Steiner
#
# (contact:
mh@informatik.uni-kiel.de
)
# (contact:
pakcs@curry-language.org
)
#****************************************************************************
# Some information about this installation
...
...
README
View file @
9ca97445
This is PAKCS (the Portland Aachen Kiel Curry system),
an implementation of Curry developed by RWTH Aachen,
University of Kiel and Portland State University
(email contact:
mh@informatik.uni-kiel.de
)
(email contact:
pakcs@curry-language.org
)
This directory contains:
...
...
curry2prolog/version.pl
View file @
9ca97445
...
...
@@ -54,8 +54,5 @@ printPakcsHeader :-
buildDate
(
BD
),
writeNQ
(
BD
),
writeNQ
(
')'
),
nlNQ
,
writeNQ
(
'(RWTH Aachen, CAU Kiel, Portland State University)'
),
nlNQ
,
nlNQ
,
writeNQ
(
'Bug reports: mh@informatik.uni-kiel.de'
),
nlNQ
,
nlNQ
,
writeNQ
(
'Type ":h" for help'
),
nlNQ
,
nlNQ
,
writeNQ
(
'Type ":h" for help (contact: pakcs@curry-language.org)'
),
nlNQ
,
flush_output
.
docs/src/problems.tex
View file @
9ca97445
...
...
@@ -36,7 +36,7 @@ before invoking a Curry program using ports).
If you detect any further technical problem,
please write to
\begin{center}
\code
{
mh@informatik.uni-kiel.de
}
\code
{
pakcs@curry-language.org
}
\end{center}
%%% Local Variables:
...
...
frontend/Makefile
View file @
9ca97445
...
...
@@ -10,8 +10,15 @@ $(CYMAKE): $(DEPS)
$(MAKE)
unregister
mkdir
-p
$
(
@D
)
cd
curry-base
&&
$(CABAL_INSTALL)
$(MAKE)
transformers
# see below
cd
curry-frontend
&&
$(CABAL_INSTALL)
--bindir
=
$
(
@D
)
# Temporary workaround for https://github.com/haskell/cabal/issues/1855
# see also http://www.haskell.org/pipermail/cabal-devel/2014-May/009795.html
.PHONY
:
transformers
transformers
:
$(CABAL_INSTALL)
transformers-compat
-f
transformers3
# unregister previous version to avoid cabal install failures
.PHONY
:
unregister
unregister
:
...
...
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