summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
m---------libraries/array0
-rw-r--r--libraries/base/base.cabal2
m---------libraries/deepseq0
m---------libraries/directory0
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/haskeline0
m---------libraries/hpc0
m---------libraries/parallel0
m---------libraries/primitive0
m---------libraries/process0
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
m---------libraries/terminfo0
m---------libraries/unix0
17 files changed, 6 insertions, 6 deletions
diff --git a/libraries/array b/libraries/array
-Subproject 9a23feac0b78e713c0f7877066fa24dbc2217c2
+Subproject 9d63218fd067ff4885c0efa43b388238421a5c8
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index df5efa8d7c..2b9d557490 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -1,5 +1,5 @@
name: base
-version: 4.10.0.0
+version: 4.11.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/libraries/deepseq b/libraries/deepseq
-Subproject 0b22c9825ef79c1ee41d2f19e7c997f5cdc9349
+Subproject 18fc08e66d2ad1a72a6f78708acbead007d4a58
diff --git a/libraries/directory b/libraries/directory
-Subproject af307f52ca94ed232d1372fc6760a4b3efa243c
+Subproject 7e7b3c2ae34c52c525270094b625f21829c8357
diff --git a/libraries/filepath b/libraries/filepath
-Subproject 141cddb606fd6f6a60f730fed3d57502b93c14a
+Subproject 9c64a634c144392f36cdad5c8c067824093a64d
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 17b25aa432..7070aca14c 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -35,4 +35,4 @@ Library
GHC.ForeignSrcLang.Type
GHC.Lexeme
- build-depends: base >= 4.7 && < 4.11
+ build-depends: base >= 4.7 && < 4.12
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 11febb4ac0..e47bd680b4 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -41,7 +41,7 @@ Library
GHC.Serialized
GHC.ForeignSrcLang
- build-depends: base >= 4.7 && < 4.11,
+ build-depends: base >= 4.7 && < 4.12,
binary == 0.8.*,
bytestring == 0.10.*,
directory >= 1.2 && < 1.4,
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal
index a021c8fff8..7d2069b0c6 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.1.0,
- base >= 4.9.0 && < 4.11,
+ base >= 4.9.0 && < 4.12,
bytestring >= 0.10.6.0
ghc-options: -Wall
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index da25507b08..2e3fc94137 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -69,7 +69,7 @@ library
Build-Depends:
array == 0.5.*,
- base >= 4.8 && < 4.11,
+ base >= 4.8 && < 4.12,
binary == 0.8.*,
bytestring == 0.10.*,
containers == 0.5.*,
diff --git a/libraries/haskeline b/libraries/haskeline
-Subproject d5ef581a19218b96946921c5f092bafe1739e30
+Subproject 8e539a49f921eb2f8c5610d4683b3c794a82058
diff --git a/libraries/hpc b/libraries/hpc
-Subproject 1544cf04c38ab3b613dba1e0737de49c3332165
+Subproject 31d24969c3e3644fb2bad1b85a8f9c7c2cacfba
diff --git a/libraries/parallel b/libraries/parallel
-Subproject d2e2a5e630fdfa0e9bc8c2d8c7d134ad3500b5d
+Subproject 998f55d68b2f9852ce62a48450e1991ef4fce9f
diff --git a/libraries/primitive b/libraries/primitive
-Subproject 7e6e7b4667020b61986c60e0c2d642e700e7966
+Subproject 260cc9755ee6928876e5174998425cd5863c34a
diff --git a/libraries/process b/libraries/process
-Subproject 423a9efa8b1b22304af0acc8b950289026b288e
+Subproject 4f6e0a336cb9a3517415c7279888667b9284d88
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 1f01a1579d..f38c8870d0 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -51,7 +51,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
- base >= 4.9 && < 4.11,
+ base >= 4.9 && < 4.12,
ghc-boot-th == 8.3,
pretty == 1.1.*
diff --git a/libraries/terminfo b/libraries/terminfo
-Subproject 02ebf00cb2ab59d7924909306b7a791c7959f70
+Subproject 17a0852ba15b32f5fa9c56daefc075b6826edc7
diff --git a/libraries/unix b/libraries/unix
-Subproject 063aea3fbc5a8caa03d0deb9a887763006ab86d
+Subproject 748e8b41e06eeab8b9086bf481ebca5218639f5