Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
0e2f9984
Commit
0e2f9984
authored
Feb 08, 2005
by
simonmar
Browse files
[project @ 2005-02-08 10:20:50 by simonmar]
Happy 1.15 is now required
parent
b1a7a4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
0e2f9984
...
@@ -273,8 +273,8 @@ fi;
...
@@ -273,8 +273,8 @@ fi;
changequote([, ])dnl
changequote([, ])dnl
])
])
if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then
if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then
FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.1
4
],
FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.1
5
],
[AC_MSG_ERROR([Happy version 1.1
4
or later is required to compile GHC.])])[]dnl
[AC_MSG_ERROR([Happy version 1.1
5
or later is required to compile GHC.])])[]dnl
fi
fi
HappyVersion=$fptools_cv_happy_version;
HappyVersion=$fptools_cv_happy_version;
AC_SUBST(HappyVersion)
AC_SUBST(HappyVersion)
...
...
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