[Git][ghc/ghc][wip/bump-base] base: Bump to 4.15.0.0

Ben Gamari gitlab at gitlab.haskell.org
Sat May 23 21:19:22 UTC 2020



Ben Gamari pushed to branch wip/bump-base at Glasgow Haskell Compiler / GHC


Commits:
ee7dc121 by Ben Gamari at 2020-05-23T17:19:12-04:00
base: Bump to 4.15.0.0

- - - - -


13 changed files:

- libraries/array
- libraries/base/base.cabal
- libraries/directory
- libraries/filepath
- libraries/ghc-boot/ghc-boot.cabal.in
- libraries/ghc-compact/ghc-compact.cabal
- libraries/ghci/ghci.cabal.in
- libraries/haskeline
- libraries/parsec
- libraries/process
- libraries/stm
- libraries/template-haskell/template-haskell.cabal.in
- libraries/unix


Changes:

=====================================
libraries/array
=====================================
@@ -1 +1 @@
-Subproject commit f73f681e52546b1e35cb9e8a62fe49c33f259d98
+Subproject commit ab535173d7885ebfc2005d8da2765f0f52c923ce


=====================================
libraries/base/base.cabal
=====================================
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           base
-version:        4.14.0.0
+version:        4.15.0.0
 -- NOTE: Don't forget to update ./changelog.md
 
 license:        BSD-3-Clause


=====================================
libraries/directory
=====================================
@@ -1 +1 @@
-Subproject commit 36bd1921258b759724a95ce56c5e880edf0972a2
+Subproject commit 0dcb228388a6e306c11f419c7c5575eaa6af40b3


=====================================
libraries/filepath
=====================================
@@ -1 +1 @@
-Subproject commit 023eedaeb142d47b7b5a41fe4cc4150da0bd0042
+Subproject commit 7cb3dc285cd595a7b6cf0b74a58b6583fb67772e


=====================================
libraries/ghc-boot/ghc-boot.cabal.in
=====================================
@@ -55,7 +55,7 @@ Library
     --         GHC.Version
     --         GHC.Platform.Host
 
-    build-depends: base       >= 4.7 && < 4.15,
+    build-depends: base       >= 4.7 && < 4.16,
                    binary     == 0.8.*,
                    bytestring == 0.10.*,
                    containers >= 0.5 && < 0.7,


=====================================
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.15,
+                 base       >= 4.9.0 && < 4.16,
                  bytestring >= 0.10.6.0
   ghc-options: -Wall
 


=====================================
libraries/ghci/ghci.cabal.in
=====================================
@@ -72,7 +72,7 @@ library
 
     Build-Depends:
         array            == 0.5.*,
-        base             >= 4.8 && < 4.15,
+        base             >= 4.8 && < 4.16,
         binary           == 0.8.*,
         bytestring       == 0.10.*,
         containers       >= 0.5 && < 0.7,


=====================================
libraries/haskeline
=====================================
@@ -1 +1 @@
-Subproject commit 3d3e7c18a44fa904f004e5eac0e666e396f1b3f4
+Subproject commit 2373dbbb45898b5eac01ec32ded322baa4f9d535


=====================================
libraries/parsec
=====================================
@@ -1 +1 @@
-Subproject commit ce416997e15438ca616667995660e123ef7e219d
+Subproject commit 190492494fe92e8dd42165190b7ac112be1f7389


=====================================
libraries/process
=====================================
@@ -1 +1 @@
-Subproject commit 8fffea5ca319e85e1bc9e7cac39e5a2c8effefcc
+Subproject commit a35b835ff0f11bdfca31fe9b072d808d828292c9


=====================================
libraries/stm
=====================================
@@ -1 +1 @@
-Subproject commit faf9904137044e35a589c7c1579e1bfa03789c84
+Subproject commit 444f672416a354c3cfde9d94ec237a36be46ef59


=====================================
libraries/template-haskell/template-haskell.cabal.in
=====================================
@@ -55,7 +55,7 @@ Library
         Language.Haskell.TH.Lib.Map
 
     build-depends:
-        base        >= 4.11 && < 4.15,
+        base        >= 4.11 && < 4.16,
         ghc-boot-th == @ProjectVersionMunged@,
         ghc-prim,
         pretty      == 1.1.*


=====================================
libraries/unix
=====================================
@@ -1 +1 @@
-Subproject commit 1a993b89c570e03ba74f196f5d065a0ebe624010
+Subproject commit ea13d990580273a883368793dfbb826cab5a22d4



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee7dc121a778e237dae8317fb935d538a62f5fef

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee7dc121a778e237dae8317fb935d538a62f5fef
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200523/195576e3/attachment-0001.html>


More information about the ghc-commits mailing list