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
c7cd5a64
Commit
c7cd5a64
authored
Jun 20, 2018
by
Ben Gamari
🐢
Browse files
configure: Set version to 8.7
Bumps haddock submodule.
parent
c35ad6e0
Changes
5
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c7cd5a64
...
...
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
6
.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
7
.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 @
c7cd5a64
Name: libiserv
Version: 8.
6
.1
Version: 8.
7
.1
Copyright: XXX
License: BSD3
License-File: LICENSE
...
...
@@ -25,7 +25,7 @@ Library
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
ghci == 8.
6
.*
ghci == 8.
7
.*
if flag(network)
Exposed-Modules: Remote.Message
, Remote.Slave
...
...
libraries/template-haskell/template-haskell.cabal
View file @
c7cd5a64
...
...
@@ -52,7 +52,7 @@ Library
build-depends:
base >= 4.9 && < 4.13,
ghc-boot-th == 8.
6
.*,
ghc-boot-th == 8.
7
.*,
pretty == 1.1.*
ghc-options: -Wall
...
...
haddock
@
3266a962
Compare
679f6121
...
3266a962
Subproject commit
679f61210b18acd6299687fca66c81196ca358a5
Subproject commit
3266a962f7b6083b4b48cb66e70c62e3157df930
utils/iserv/iserv.cabal
View file @
c7cd5a64
Name: iserv
Version: 8.
6
.1
Version: 8.
7
.1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
...
...
@@ -35,8 +35,8 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
ghci == 8.
6
.*,
libiserv == 8.
6
.*
ghci == 8.
7
.*,
libiserv == 8.
7
.*
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