[commit: ghc] master: Bump Cabal submodule to 3.0 (398f2cb)

git at git.haskell.org git at git.haskell.org
Wed Mar 20 05:10:44 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/398f2cbc6af6fcb6135ba2d56c154869bea071a0/ghc

>---------------------------------------------------------------

commit 398f2cbc6af6fcb6135ba2d56c154869bea071a0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Mar 13 16:37:29 2019 -0400

    Bump Cabal submodule to 3.0
    
    Metric Increase:
        haddock.Cabal


>---------------------------------------------------------------

398f2cbc6af6fcb6135ba2d56c154869bea071a0
 hadrian/hadrian.cabal                                   | 2 +-
 libraries/Cabal                                         | 2 +-
 utils/check-api-annotations/check-api-annotations.cabal | 2 +-
 utils/check-ppr/check-ppr.cabal                         | 2 +-
 utils/ghc-cabal/ghc-cabal.cabal                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index a0b3648..266602f 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -118,7 +118,7 @@ executable hadrian
     other-extensions:    MultiParamTypeClasses
                        , TypeFamilies
     build-depends:       base                 >= 4.8     && < 5
-                       , Cabal                >= 2.5     && < 2.6
+                       , Cabal                >= 3.0     && < 3.1
                        , containers           >= 0.5     && < 0.7
                        , directory            >= 1.2     && < 1.4
                        , extra                >= 1.4.7
diff --git a/libraries/Cabal b/libraries/Cabal
index fd51946..59c223f 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit fd51946bbb3850165de5f7b394fa987d1f4bd28e
+Subproject commit 59c223f81288667d90e6de479e6ab5622eae610c
diff --git a/utils/check-api-annotations/check-api-annotations.cabal b/utils/check-api-annotations/check-api-annotations.cabal
index bc9698c..12d0884 100644
--- a/utils/check-api-annotations/check-api-annotations.cabal
+++ b/utils/check-api-annotations/check-api-annotations.cabal
@@ -24,6 +24,6 @@ Executable check-api-annotations
 
     Build-Depends: base       >= 4   && < 5,
                    containers,
-                   Cabal      >= 2.5 && < 2.6,
+                   Cabal      >= 3.0 && < 3.1,
                    directory,
                    ghc
diff --git a/utils/check-ppr/check-ppr.cabal b/utils/check-ppr/check-ppr.cabal
index 4257a88..2438724 100644
--- a/utils/check-ppr/check-ppr.cabal
+++ b/utils/check-ppr/check-ppr.cabal
@@ -25,7 +25,7 @@ Executable check-ppr
     Build-Depends: base       >= 4   && < 5,
                    bytestring,
                    containers,
-                   Cabal      >= 2.5 && < 2.6,
+                   Cabal      >= 3.0 && < 3.1,
                    directory,
                    filepath,
                    ghc
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index c2512c1..3176e5d 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -21,7 +21,7 @@ Executable ghc-cabal
 
     Build-Depends: base       >= 3   && < 5,
                    bytestring >= 0.10 && < 0.11,
-                   Cabal      >= 2.5 && < 2.6,
+                   Cabal      >= 3.0 && < 3.1,
                    directory  >= 1.1 && < 1.4,
                    filepath   >= 1.2 && < 1.5
 



More information about the ghc-commits mailing list