summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-11 10:10:22 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-14 11:30:20 -0500
commitb06b1858f2765f27da2914bd8d17464eeb13d20c (patch)
tree1d9888d0e7dc5c9b6f6dab89b567fd131c20434d /libraries
parentdd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a (diff)
downloadhaskell-b06b1858f2765f27da2914bd8d17464eeb13d20c.tar.gz
base: Bump version to 4.14.0.0
Metric Increase: T4801
Diffstat (limited to 'libraries')
m---------libraries/array0
-rw-r--r--libraries/base/base.cabal2
-rw-r--r--libraries/base/changelog.md2
m---------libraries/deepseq0
m---------libraries/directory0
m---------libraries/exceptions0
m---------libraries/filepath0
-rw-r--r--libraries/ghc-boot-th/ghc-boot-th.cabal.in2
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in2
-rw-r--r--libraries/ghc-compact/ghc-compact.cabal2
-rw-r--r--libraries/ghci/ghci.cabal.in2
m---------libraries/hpc0
m---------libraries/parsec0
m---------libraries/process0
m---------libraries/stm0
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in2
m---------libraries/terminfo0
m---------libraries/unix0
18 files changed, 7 insertions, 7 deletions
diff --git a/libraries/array b/libraries/array
-Subproject 7f79bb4c781235e243ed6ee3155e6fbb424360b
+Subproject f73f681e52546b1e35cb9e8a62fe49c33f259d9
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index b978e3fdbf..919571c00c 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: base
-version: 4.13.0.0
+version: 4.14.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index b6c07d9400..c42d5eb795 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -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.
diff --git a/libraries/deepseq b/libraries/deepseq
-Subproject a2d507af21a8f538b7c2fa129f0ce7ab6a7667d
+Subproject da0eda33f540786b6823c6f542ab59cf9d1b71d
diff --git a/libraries/directory b/libraries/directory
-Subproject 59883e953d488492487dcda266901080347bbf1
+Subproject 90847972dd689a8bdfa21bb76e9aaa933e00968
diff --git a/libraries/exceptions b/libraries/exceptions
-Subproject a2efbf722de51abe4ad9b3234cbe6d89a799dcd
+Subproject 42b1360668c36eab573449941d5362867a95789
diff --git a/libraries/filepath b/libraries/filepath
-Subproject 39035d6433fff2356cf65747649666ed9b6e83e
+Subproject 023eedaeb142d47b7b5a41fe4cc4150da0bd004
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 495968edbe..66c561ffff 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -36,4 +36,4 @@ Library
GHC.ForeignSrcLang.Type
GHC.Lexeme
- build-depends: base >= 4.7 && < 4.14
+ build-depends: base >= 4.7 && < 4.15
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index f986810b6b..d837fc9875 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -54,7 +54,7 @@ Library
-- GHC.Version
-- GHC.Platform.Host
- build-depends: base >= 4.7 && < 4.14,
+ build-depends: base >= 4.7 && < 4.15,
binary == 0.8.*,
bytestring == 0.10.*,
containers >= 0.5 && < 0.7,
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal
index 87c3b8dc6e..56532c24e7 100644
--- a/libraries/ghc-compact/ghc-compact.cabal
+++ b/libraries/ghc-compact/ghc-compact.cabal
@@ -37,7 +37,7 @@ library
CPP
build-depends: ghc-prim >= 0.5.3 && < 0.7,
- base >= 4.9.0 && < 4.14,
+ base >= 4.9.0 && < 4.15,
bytestring >= 0.10.6.0
ghc-options: -Wall
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 849e2a147a..62f8ec43a5 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -72,7 +72,7 @@ library
Build-Depends:
array == 0.5.*,
- base >= 4.8 && < 4.14,
+ base >= 4.8 && < 4.15,
binary == 0.8.*,
bytestring == 0.10.*,
containers >= 0.5 && < 0.7,
diff --git a/libraries/hpc b/libraries/hpc
-Subproject 35aabd9abcf576643d0d509f94ddeda47a89842
+Subproject 4206323affaa6cc625a6f400c3da7cdd9c30946
diff --git a/libraries/parsec b/libraries/parsec
-Subproject 60dfb0cb6a711f141e5d8728af37de894e33795
+Subproject ee741870f028e036ab15ae6e2183f09b31e51ae
diff --git a/libraries/process b/libraries/process
-Subproject ad6a6eeabed63447c135dad95ce5851b66b8629
+Subproject 7bd4a4e1ce603b73bc18c0c9f2c12b1756dce6c
diff --git a/libraries/stm b/libraries/stm
-Subproject f9979c926ca539362b5a2412359750e8b498e53
+Subproject bee98e4c333eccaa96c973589812a0b3b73e5a9
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in
index ebedcda650..6374681906 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -55,7 +55,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
- base >= 4.11 && < 4.14,
+ base >= 4.11 && < 4.15,
ghc-boot-th == @ProjectVersionMunged@,
ghc-prim,
pretty == 1.1.*
diff --git a/libraries/terminfo b/libraries/terminfo
-Subproject 6065302a4f75649f14397833766e82c8182935b
+Subproject 27e694688d2d6eee69959a8b6a128c584c84aa7
diff --git a/libraries/unix b/libraries/unix
-Subproject 94cca26b4b0ef33f98c626926d4f0e92f3aa744
+Subproject 2fe6d8b7ab1e4137876705eb58b7909bb1107a0