Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vaibhav Sagar
GHC
Commits
d6fccfb2
Commit
d6fccfb2
authored
7 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 8.5
The ghc-8.4 branch has now been cut. Updates the haddock submodule.
parent
595f60fd
No related branches found
Tags
ghc-8.4.1-release
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
iserv/iserv-bin.cabal
+3
-3
3 additions, 3 deletions
iserv/iserv-bin.cabal
libraries/template-haskell/template-haskell.cabal
+1
-1
1 addition, 1 deletion
libraries/template-haskell/template-haskell.cabal
utils/haddock
+1
-1
1 addition, 1 deletion
utils/haddock
with
6 additions
and
6 deletions
configure.ac
+
1
−
1
View file @
d6fccfb2
...
...
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
3
], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
5
], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
...
...
This diff is collapsed.
Click to expand it.
iserv/iserv-bin.cabal
+
3
−
3
View file @
d6fccfb2
...
...
@@ -85,7 +85,7 @@ Library
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.
3
,
ghci == 8.
5
,
network >= 2.6 && < 2.7,
directory >= 1.3 && < 1.4,
filepath >= 1.4 && < 1.5
...
...
@@ -112,7 +112,7 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.
3
ghci == 8.
5
if os(windows)
Cpp-Options: -DWINDOWS
...
...
@@ -133,7 +133,7 @@ Executable iserv-proxy
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.
3
,
ghci == 8.
5
,
directory >= 1.3 && < 1.4,
network >= 2.6,
filepath >= 1.4 && < 1.5,
...
...
This diff is collapsed.
Click to expand it.
libraries/template-haskell/template-haskell.cabal
+
1
−
1
View file @
d6fccfb2
...
...
@@ -52,7 +52,7 @@ Library
build-depends:
base >= 4.9 && < 4.12,
ghc-boot-th == 8.
3
,
ghc-boot-th == 8.
5
,
pretty == 1.1.*
ghc-options: -Wall
...
...
This diff is collapsed.
Click to expand it.
haddock
@
aaf07338
Compare
ae0d1403
...
aaf07338
Subproject commit a
e0d140334fff57f2737dbd7c5804b4868d9c3ab
Subproject commit a
af07338cbfec7df69532a4d1e8a0f21c9a1cfde
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment