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
9cb79c53
Commit
9cb79c53
authored
Dec 29, 2015
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update a few references to GHC 7.12
parent
2e49c8cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
compiler/hsSyn/HsTypes.hs
compiler/hsSyn/HsTypes.hs
+1
-1
libraries/base/Data/Version.hs
libraries/base/Data/Version.hs
+1
-1
libraries/template-haskell/Language/Haskell/TH/Lib.hs
libraries/template-haskell/Language/Haskell/TH/Lib.hs
+1
-1
No files found.
compiler/hsSyn/HsTypes.hs
View file @
9cb79c53
...
...
@@ -607,7 +607,7 @@ Qualified currently behaves exactly as Implicit,
but it is deprecated to use it for implicit quantification.
In this case, GHC 7.10 gives a warning; see
Note [Context quantification] in RnTypes, and Trac #4426.
In GHC
7.12
, Qualified will no longer bind variables
In GHC
8.0
, Qualified will no longer bind variables
and this will become an error.
The kind variables bound in the hsq_implicit field come both
...
...
libraries/base/Data/Version.hs
View file @
9cb79c53
...
...
@@ -96,7 +96,7 @@ data Version =
}
deriving
(
Read
,
Show
,
Generic
)
{-# DEPRECATED versionTags "See GHC ticket #2496" #-}
-- TODO. Remove all references to versionTags in GHC
7.12
release.
-- TODO. Remove all references to versionTags in GHC
8.0
release.
instance
Eq
Version
where
v1
==
v2
=
versionBranch
v1
==
versionBranch
v2
...
...
libraries/template-haskell/Language/Haskell/TH/Lib.hs
View file @
9cb79c53
...
...
@@ -471,7 +471,7 @@ closedTypeFamilyD tc tvs result injectivity eqns =
do
eqns1
<-
sequence
eqns
return
(
ClosedTypeFamilyD
(
TypeFamilyHead
tc
tvs
result
injectivity
)
eqns1
)
-- These were deprecated in GHC
7.12 with a plan to remove them in 7.14
. If you
-- These were deprecated in GHC
8.0 with a plan to remove them in 8.2
. If you
-- remove this check please also:
-- 1. remove deprecated functions
-- 2. remove CPP language extension from top of this module
...
...
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