Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
4d683fa1
Commit
4d683fa1
authored
Nov 15, 2016
by
Ben Gamari
🐢
Browse files
base: Bump version to 4.10.0.0
Updates a number of submodules.
parent
d3981628
Changes
103
Hide whitespace changes
Inline
Side-by-side
compiler/ghc.cabal.in
View file @
4d683fa1
...
...
@@ -51,7 +51,7 @@ Library
Build-Depends: base >= 4 && < 5,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
...
...
ghc/ghc-bin.cabal.in
View file @
4d683fa1
...
...
@@ -31,7 +31,7 @@ Executable ghc
Build-Depends: base >= 4 && < 5,
array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
filepath >= 1 && < 1.5,
ghc-boot == @ProjectVersionMunged@,
...
...
Cabal
@
034b4419
Compare
a7fb9b9a
...
034b4419
Subproject commit
a7fb9b9ae733ceb3c52fee68e6e1a6ded5fb91da
Subproject commit
034b44191740214c9e691439b604a8ac95ee9946
array
@
bab2c234
Compare
049db4ac
...
bab2c234
Subproject commit
049db4ac25dd8d21b3a1bba6fe6dfab05d0e3d46
Subproject commit
bab2c234f176fe3e95443cbe4387833da22f7e5d
libraries/base/base.cabal
View file @
4d683fa1
name: base
version: 4.
9
.0.0
version: 4.
10
.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
...
...
libraries/compact/compact.cabal
View file @
4d683fa1
...
...
@@ -37,7 +37,7 @@ library
build-depends: rts == 1.0.*
build-depends: ghc-prim == 0.5.0.0
build-depends: base >= 4.9.0 && < 4.1
0
build-depends: base >= 4.9.0 && < 4.1
1
build-depends: deepseq >= 1.4
build-depends: bytestring >= 0.10.6.0
ghc-options: -Wall
...
...
deepseq
@
418856af
Compare
cb66aa89
...
418856af
Subproject commit
cb66aa890b0972375e31deaee3bc424f46beb68a
Subproject commit
418856afb4e70127d9dce309a198b18dc47bd7d9
directory
@
65d1d85a
Compare
ad2e0a11
...
65d1d85a
Subproject commit
ad2e0a110bf2ee2e2a3bd87963fa55505ca58b28
Subproject commit
65d1d85a3fc3373a425a0298d572da9cd9ee3d86
filepath
@
1462d210
Compare
07b334b4
...
1462d210
Subproject commit
07b334b406a45057a80e821e72c4b973117caae9
Subproject commit
1462d2106e0748efd4cfc1aa3316863a06f94562
libraries/ghc-boot-th/ghc-boot-th.cabal.in
View file @
4d683fa1
...
...
@@ -34,4 +34,4 @@ Library
GHC.LanguageExtensions.Type
GHC.Lexeme
build-depends: base >= 4.7 && < 4.1
0
build-depends: base >= 4.7 && < 4.1
1
libraries/ghc-boot/ghc-boot.cabal.in
View file @
4d683fa1
...
...
@@ -40,9 +40,9 @@ Library
GHC.PackageDb
GHC.Serialized
build-depends: base >= 4.7 && < 4.1
0
,
build-depends: base >= 4.7 && < 4.1
1
,
binary == 0.8.*,
bytestring == 0.10.*,
directory
=
= 1.2
.*
,
directory
>
= 1.2
&& < 1.4
,
filepath >= 1.3 && < 1.5,
ghc-boot-th == @ProjectVersionMunged@
libraries/ghci/ghci.cabal.in
View file @
4d683fa1
...
...
@@ -58,7 +58,7 @@ library
Build-Depends:
array == 0.5.*,
base == 4.
9
.*,
base == 4.
10
.*,
binary == 0.8.*,
bytestring == 0.10.*,
containers == 0.5.*,
...
...
haskeline
@
3653874b
Compare
8addaa2f
...
3653874b
Subproject commit
8addaa2f6f4256da76bac4075316597d0b1d8f67
Subproject commit
3653874be6a6b0df3077b7dee583c9aa442e2ebd
hoopl
@
d2f11755
Compare
67dff9a7
...
d2f11755
Subproject commit
67dff9a7db8e103d379068df0323bbc97452e769
Subproject commit
d2f117557ea08bb7cf062573d0e39f523bb1a4d0
hpc
@
8625c1c0
Compare
956887d4
...
8625c1c0
Subproject commit
956887d4a15de3e68aae82b14bfa1630c8149649
Subproject commit
8625c1c0550719437acad89d49401cf048990084
parallel
@
040c4f02
Compare
b01d6daa
...
040c4f02
Subproject commit
b01d6daa5a12c31439cdb6f75f89de8820a295a4
Subproject commit
040c4f0226a5a9a1e720d89a9e1239028d9f62d9
process
@
85cc1d17
Compare
296cbce6
...
85cc1d17
Subproject commit
296cbce6294316d6534b4449fc7ab0f0d3f5775b
Subproject commit
85cc1d17e9550a075003a764a2429d4acde65159
stm
@
9c3c3bb2
Compare
fe889933
...
9c3c3bb2
Subproject commit
fe8899331e6ca7bdf80d57cf77dd597023ae4718
Subproject commit
9c3c3bb28834d1ba9574be7f887c8914afd4232c
libraries/template-haskell/template-haskell.cabal
View file @
4d683fa1
...
...
@@ -49,7 +49,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
base >= 4.8 && < 4.1
0
,
base >= 4.8 && < 4.1
1
,
ghc-boot-th == 8.1,
pretty == 1.1.*
...
...
terminfo
@
6ab1dffe
Compare
140ca44d
...
6ab1dffe
Subproject commit
140ca44db6fc734cfc0388e82f9e5270f31475d8
Subproject commit
6ab1dffebc0665dd347eba351a495dd80032d0e5
Prev
1
2
3
4
5
6
Next
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