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
4,325
Issues
4,325
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
389
Merge Requests
389
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
Glasgow Haskell Compiler
GHC
Commits
b06b1858
Commit
b06b1858
authored
Nov 11, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base: Bump version to 4.14.0.0
Metric Increase: T4801
parent
dd49b3f0
Pipeline
#12780
failed with stages
in 505 minutes and 55 seconds
Changes
31
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
35 additions
and
38 deletions
+35
-38
compiler/ghc.cabal.in
compiler/ghc.cabal.in
+1
-1
libraries/array
libraries/array
+1
-1
libraries/base/base.cabal
libraries/base/base.cabal
+1
-1
libraries/base/changelog.md
libraries/base/changelog.md
+1
-1
libraries/deepseq
libraries/deepseq
+1
-1
libraries/directory
libraries/directory
+1
-1
libraries/exceptions
libraries/exceptions
+1
-1
libraries/filepath
libraries/filepath
+1
-1
libraries/ghc-boot-th/ghc-boot-th.cabal.in
libraries/ghc-boot-th/ghc-boot-th.cabal.in
+1
-1
libraries/ghc-boot/ghc-boot.cabal.in
libraries/ghc-boot/ghc-boot.cabal.in
+1
-1
libraries/ghc-compact/ghc-compact.cabal
libraries/ghc-compact/ghc-compact.cabal
+1
-1
libraries/ghci/ghci.cabal.in
libraries/ghci/ghci.cabal.in
+1
-1
libraries/hpc
libraries/hpc
+1
-1
libraries/parsec
libraries/parsec
+1
-1
libraries/process
libraries/process
+1
-1
libraries/stm
libraries/stm
+1
-1
libraries/template-haskell/template-haskell.cabal.in
libraries/template-haskell/template-haskell.cabal.in
+1
-1
libraries/terminfo
libraries/terminfo
+1
-1
libraries/unix
libraries/unix
+1
-1
testsuite/tests/backpack/cabal/T16219/backpack-issue.cabal
testsuite/tests/backpack/cabal/T16219/backpack-issue.cabal
+4
-7
testsuite/tests/dependent/should_compile/T14729.stderr
testsuite/tests/dependent/should_compile/T14729.stderr
+1
-1
testsuite/tests/dependent/should_compile/T15743.stderr
testsuite/tests/dependent/should_compile/T15743.stderr
+1
-1
testsuite/tests/dependent/should_compile/T15743e.stderr
testsuite/tests/dependent/should_compile/T15743e.stderr
+1
-1
testsuite/tests/indexed-types/should_compile/T15711.stderr
testsuite/tests/indexed-types/should_compile/T15711.stderr
+1
-1
testsuite/tests/indexed-types/should_compile/T15852.stderr
testsuite/tests/indexed-types/should_compile/T15852.stderr
+1
-1
testsuite/tests/polykinds/T15592.stderr
testsuite/tests/polykinds/T15592.stderr
+1
-1
testsuite/tests/polykinds/T15592b.stderr
testsuite/tests/polykinds/T15592b.stderr
+1
-1
testsuite/tests/typecheck/should_compile/T12763.stderr
testsuite/tests/typecheck/should_compile/T12763.stderr
+1
-1
testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr
...ypecheck/should_compile/subsumption_sort_hole_fits.stderr
+2
-2
utils/haddock
utils/haddock
+1
-1
utils/hsc2hs
utils/hsc2hs
+1
-1
No files found.
compiler/ghc.cabal.in
View file @
b06b1858
...
...
@@ -59,7 +59,7 @@ Library
Default-Language: Haskell2010
Exposed: False
Build-Depends: base >= 4.11 && < 4.1
4
,
Build-Depends: base >= 4.11 && < 4.1
5
,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,
...
...
array
@
f73f681e
Compare
7f79bb4c
...
f73f681e
Subproject commit
7f79bb4c781235e243ed6ee3155e6fbb424360bb
Subproject commit
f73f681e52546b1e35cb9e8a62fe49c33f259d98
libraries/base/base.cabal
View file @
b06b1858
cabal-version: 3.0
name: base
version: 4.1
3
.0.0
version: 4.1
4
.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
...
...
libraries/base/changelog.md
View file @
b06b1858
...
...
@@ -4,7 +4,7 @@
*
Add
`IsList`
instance for
`ZipList`
.
## 4.14.0.0 *TBA*
*
Bundled with GHC
*TBA*
*
Bundled with GHC
8.10.1
*
Add a
`TestEquality`
instance for the
`Compose`
newtype.
...
...
deepseq
@
da0eda33
Compare
a2d507af
...
da0eda33
Subproject commit
a2d507af21a8f538b7c2fa129f0ce7ab6a7667dc
Subproject commit
da0eda33f540786b6823c6f542ab59cf9d1b71d9
directory
@
90847972
Compare
59883e95
...
90847972
Subproject commit
59883e953d488492487dcda266901080347bbf1e
Subproject commit
90847972dd689a8bdfa21bb76e9aaa933e009685
exceptions
@
42b13606
Compare
a2efbf72
...
42b13606
Subproject commit
a2efbf722de51abe4ad9b3234cbe6d89a799dcd2
Subproject commit
42b1360668c36eab573449941d5362867a957899
filepath
@
023eedae
Compare
39035d64
...
023eedae
Subproject commit
39035d6433fff2356cf65747649666ed9b6e83e1
Subproject commit
023eedaeb142d47b7b5a41fe4cc4150da0bd0042
libraries/ghc-boot-th/ghc-boot-th.cabal.in
View file @
b06b1858
...
...
@@ -36,4 +36,4 @@ Library
GHC.ForeignSrcLang.Type
GHC.Lexeme
build-depends: base >= 4.7 && < 4.1
4
build-depends: base >= 4.7 && < 4.1
5
libraries/ghc-boot/ghc-boot.cabal.in
View file @
b06b1858
...
...
@@ -54,7 +54,7 @@ Library
-- GHC.Version
-- GHC.Platform.Host
build-depends: base >= 4.7 && < 4.1
4
,
build-depends: base >= 4.7 && < 4.1
5
,
binary == 0.8.*,
bytestring == 0.10.*,
containers >= 0.5 && < 0.7,
...
...
libraries/ghc-compact/ghc-compact.cabal
View file @
b06b1858
...
...
@@ -37,7 +37,7 @@ library
CPP
build-depends: ghc-prim >= 0.5.3 && < 0.7,
base >= 4.9.0 && < 4.1
4
,
base >= 4.9.0 && < 4.1
5
,
bytestring >= 0.10.6.0
ghc-options: -Wall
...
...
libraries/ghci/ghci.cabal.in
View file @
b06b1858
...
...
@@ -72,7 +72,7 @@ library
Build-Depends:
array == 0.5.*,
base >= 4.8 && < 4.1
4
,
base >= 4.8 && < 4.1
5
,
binary == 0.8.*,
bytestring == 0.10.*,
containers >= 0.5 && < 0.7,
...
...
hpc
@
4206323a
Compare
35aabd9a
...
4206323a
Subproject commit
35aabd9abcf576643d0d509f94ddeda47a898426
Subproject commit
4206323affaa6cc625a6f400c3da7cdd9c309461
parsec
@
ee741870
Compare
60dfb0cb
...
ee741870
Subproject commit
60dfb0cb6a711f141e5d8728af37de894e33795e
Subproject commit
ee741870f028e036ab15ae6e2183f09b31e51ae2
process
@
7bd4a4e1
Compare
ad6a6eea
...
7bd4a4e1
Subproject commit
ad6a6eeabed63447c135dad95ce5851b66b8629f
Subproject commit
7bd4a4e1ce603b73bc18c0c9f2c12b1756dce6c3
stm
@
bee98e4c
Compare
f9979c92
...
bee98e4c
Subproject commit
f9979c926ca539362b5a2412359750e8b498e53a
Subproject commit
bee98e4c333eccaa96c973589812a0b3b73e5a9e
libraries/template-haskell/template-haskell.cabal.in
View file @
b06b1858
...
...
@@ -55,7 +55,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
base >= 4.11 && < 4.1
4
,
base >= 4.11 && < 4.1
5
,
ghc-boot-th == @ProjectVersionMunged@,
ghc-prim,
pretty == 1.1.*
...
...
terminfo
@
27e69468
Compare
6065302a
...
27e69468
Subproject commit
6065302a4f75649f14397833766e82c8182935bf
Subproject commit
27e694688d2d6eee69959a8b6a128c584c84aa72
unix
@
2fe6d8b7
Compare
94cca26b
...
2fe6d8b7
Subproject commit
94cca26b4b0ef33f98c626926d4f0e92f3aa7446
Subproject commit
2fe6d8b7ab1e4137876705eb58b7909bb1107a05
testsuite/tests/backpack/cabal/T16219/backpack-issue.cabal
View file @
b06b1858
-- Initial backpack-issue.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: backpack-issue
version: 0.1.0.0
-- synopsis:
...
...
@@ -18,19 +15,19 @@ cabal-version: >=2
library library-a
signatures: A.Sig
exposed-modules: B
build-depends: base
== 4.13.*
build-depends: base
hs-source-dirs: library-a
default-language: Haskell2010
library library-a-impl
exposed-modules: A
build-depends: base
== 4.13.*
build-depends: base
hs-source-dirs: library-a-impl
default-language: Haskell2010
library library-b
exposed-modules: C
build-depends: base
== 4.13.*
build-depends: base
, library-a
hs-source-dirs: library-b
default-language: Haskell2010
...
...
@@ -40,7 +37,7 @@ library
mixins: library-a requires (A.Sig as A)
, library-b requires (A.Sig as A)
reexported-modules: A, B, C
build-depends: base
== 4.13.*
build-depends: base
, library-a
, library-a-impl
, library-b
...
...
testsuite/tests/dependent/should_compile/T14729.stderr
View file @
b06b1858
...
...
@@ -11,5 +11,5 @@ COERCION AXIOMS
FAMILY INSTANCES
type instance F Int = Bool -- Defined at T14729.hs:10:15
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/dependent/should_compile/T15743.stderr
View file @
b06b1858
...
...
@@ -3,5 +3,5 @@ TYPE CONSTRUCTORS
forall {k1} k2 (k3 :: k2). Proxy k3 -> k1 -> k2 -> *
roles nominal nominal nominal phantom phantom phantom
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/dependent/should_compile/T15743e.stderr
View file @
b06b1858
...
...
@@ -52,5 +52,5 @@ DATA CONSTRUCTORS
(d :: Proxy k5) (e :: Proxy k7).
f c -> T k8 a b f c d e
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/indexed-types/should_compile/T15711.stderr
View file @
b06b1858
...
...
@@ -3,5 +3,5 @@ TYPE CONSTRUCTORS
associated type family F{2} :: forall a. Maybe a -> *
roles nominal nominal
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/indexed-types/should_compile/T15852.stderr
View file @
b06b1858
...
...
@@ -9,5 +9,5 @@ FAMILY INSTANCES
data instance forall k1 k2 (j :: k1) (c :: k2).
DF (Proxy c) -- Defined at T15852.hs:10:15
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/polykinds/T15592.stderr
View file @
b06b1858
...
...
@@ -5,5 +5,5 @@ DATA CONSTRUCTORS
MkT :: forall {k} k1 (f :: k1 -> k -> *) (a :: k1) (b :: k).
f a b -> T f a b -> T f a b
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/polykinds/T15592b.stderr
View file @
b06b1858
...
...
@@ -4,5 +4,5 @@ TYPE CONSTRUCTORS
forall k (f :: k -> *) (a :: k). f a -> *
roles nominal nominal nominal nominal
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/typecheck/should_compile/T12763.stderr
View file @
b06b1858
...
...
@@ -8,5 +8,5 @@ COERCION AXIOMS
CLASS INSTANCES
instance C Int -- Defined at T12763.hs:9:10
Dependent modules: []
Dependent packages: [base-4.1
3
.0.0, ghc-prim-0.6.1,
Dependent packages: [base-4.1
4
.0.0, ghc-prim-0.6.1,
integer-gmp-1.0.2.0]
testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.stderr
View file @
b06b1858
...
...
@@ -9,10 +9,10 @@ subsumption_sort_hole_fits.hs:2:5: warning: [-Wtyped-holes (in -Wdefault)]
Valid hole fits include
lines :: String -> [String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1
(and originally defined in ‘base-4.1
3
.0.0:Data.OldList’))
(and originally defined in ‘base-4.1
4
.0.0:Data.OldList’))
words :: String -> [String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1
(and originally defined in ‘base-4.1
3
.0.0:Data.OldList’))
(and originally defined in ‘base-4.1
4
.0.0:Data.OldList’))
read :: forall a. Read a => String -> a
with read @[String]
(imported from ‘Prelude’ at subsumption_sort_hole_fits.hs:1:1
...
...
haddock
@
9d5b3266
Compare
e3c045f9
...
9d5b3266
Subproject commit
e3c045f9265e39c1a77aa003bf35785e1871a9d5
Subproject commit
9d5b3266ff071a2cdc58466e939aabd537a6950e
hsc2hs
@
748cdd6a
Compare
17ba2dce
...
748cdd6a
Subproject commit
17ba2dce8fcd83590ddb679351f6226d45a5b9cc
Subproject commit
748cdd6ad6f93063149ff416c9bf76dee1e6c419
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