Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
05e0eac7
Commit
05e0eac7
authored
Sep 11, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.14 -> 7.0
parent
d0915164
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
docs/users_guide/7.0.1-notes.xml
docs/users_guide/7.0.1-notes.xml
+3
-3
docs/users_guide/ug-ent.xml.in
docs/users_guide/ug-ent.xml.in
+1
-1
docs/users_guide/using.xml
docs/users_guide/using.xml
+2
-2
No files found.
docs/users_guide/
6.14
.1-notes.xml
→
docs/users_guide/
7.0
.1-notes.xml
View file @
05e0eac7
<?xml version="1.0" encoding="iso-8859-1"?>
<sect1
id=
"release-
6-14
-1"
>
<title>
Release notes for version
6.14
.1
</title>
<sect1
id=
"release-
7-0
-1"
>
<title>
Release notes for version
7.0
.1
</title>
<para>
The significant changes to the various parts of the compiler are
...
...
@@ -76,7 +76,7 @@ $ ghci -package haskell2010 -hide-package base -hide-package array
at least version 2 (preferably version 3). The
implementation of Strategies
in
<literal>
parallel-1.x
</literal>
will lose parallelism
with GHC
6.14
.1.
with GHC
7.0
.1.
</para>
</listitem>
...
...
docs/users_guide/ug-ent.xml.in
View file @
05e0eac7
...
...
@@ -3,7 +3,7 @@
<!ENTITY flags SYSTEM "flags.xml">
<!ENTITY license SYSTEM "license.xml">
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "
6.14
.1-notes.xml" >
<!ENTITY relnotes1 SYSTEM "
7.0
.1-notes.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >
<!ENTITY prof SYSTEM "profiling.xml" >
...
...
docs/users_guide/using.xml
View file @
05e0eac7
...
...
@@ -1123,7 +1123,7 @@ foreign import "&f" f :: FunPtr t
is bound in a way that looks lazy, e.g.
<literal>
where (I# x) = ...
</literal>
. Use
<literal>
where !(I# x) = ...
</literal>
instead. This will be an
error, rather than a warning, in GHC
6.14
.
error, rather than a warning, in GHC
7.0
.
</para>
</listitem>
</varlistentry>
...
...
@@ -2174,7 +2174,7 @@ f "2" = 2
<term><option>
-msse2
</option>
:
</term>
<listitem>
<para>
(x86 only, added in GHC
6.14
.1) Use the SSE2 registers and
(x86 only, added in GHC
7.0
.1) Use the SSE2 registers and
instruction set to implement floating point operations
when using the native code generator. This gives a
substantial performance improvement for floating point,
...
...
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