Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
4cdd574a
Commit
4cdd574a
authored
Jun 18, 2018
by
Richard Eisenberg
Committed by
Ben Gamari
Jun 19, 2018
Browse files
configure: Bump version to 8.6.0
Bumps haddock submodule.
parent
26e9806a
Changes
7
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4cdd574a
...
...
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
5
], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
6.0
], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
...
...
libraries/libiserv/libiserv.cabal
View file @
4cdd574a
Name: libiserv
Version: 8.
5
Version: 8.
6.1
Copyright: XXX
License: BSD3
License-File: LICENSE
...
...
@@ -25,7 +25,7 @@ Library
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.
5
.*
ghci == 8.
6
.*
if flag(network)
Exposed-Modules: Remote.Message
, Remote.Slave
...
...
libraries/template-haskell/template-haskell.cabal
View file @
4cdd574a
...
...
@@ -52,7 +52,7 @@ Library
build-depends:
base >= 4.9 && < 4.13,
ghc-boot-th == 8.
5
,
ghc-boot-th == 8.
6.*
,
pretty == 1.1.*
ghc-options: -Wall
...
...
testsuite/tests/ghci/should_fail/all.T
View file @
4cdd574a
test
('
T10549
',
[]
,
ghci_script
,
['
T10549.script
'])
test
('
T10549a
',
[]
,
ghci_script
,
['
T10549a.script
'])
test
('
T14608
',
[]
,
ghci_script
,
['
T14608.script
'])
test
('
T15055
',
[]
,
ghci_script
,
['
T15055.script
'])
test
('
T15055
',
normalise_version
('
ghc
')
,
ghci_script
,
['
T15055.script
'])
haddock
@
5e3cf5d8
Compare
d58fff78
...
5e3cf5d8
Subproject commit
d58fff78de7d48546a22392cefdd0abab1f1ccec
Subproject commit
5e3cf5d8868323079ff5494a8225b0467404a5d1
utils/iserv-proxy/iserv-proxy.cabal
View file @
4cdd574a
Name: iserv-proxy
Version: 8.
5
Version: 8.
6
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
...
...
@@ -71,8 +71,8 @@ Executable iserv-proxy
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.5,
directory >= 1.3 && < 1.4,
network >= 2.6,
filepath >= 1.4 && < 1.5,
libiserv == 8.5
ghci == 8.6.*,
libiserv == 8.6.*
utils/iserv/iserv.cabal
View file @
4cdd574a
Name: iserv
Version: 8.
5
Version: 8.
6.1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
...
...
@@ -35,8 +35,8 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci == 8.
5
.*,
libiserv == 8.
5
ghci == 8.
6
.*,
libiserv == 8.
6.*
if os(windows)
Cpp-Options: -DWINDOWS
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment