[Git][ghc/ghc][wip/cabal-3.14] Bump Cabal submodule to 3.14
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Wed Oct 9 15:11:50 UTC 2024
Zubin pushed to branch wip/cabal-3.14 at Glasgow Haskell Compiler / GHC
Commits:
9c05cd1e by Zubin Duggal at 2024-10-09T20:41:37+05:30
Bump Cabal submodule to 3.14
Metric Increase:
haddock.Cabal
- - - - -
3 changed files:
- libraries/Cabal
- testsuite/tests/driver/T4437.hs
- utils/haddock/haddock-test/src/Test/Haddock/Config.hs
Changes:
=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit 56fb1dc9baa20b079eb0fa84ccafb284a6e91d41
+Subproject commit 2a48e40fdf320caa4240ce8eb28841e31f4f3de3
=====================================
testsuite/tests/driver/T4437.hs
=====================================
@@ -36,11 +36,7 @@ check title expected got
-- See Note [Adding a language extension] in compiler/GHC/Driver/Session.hs.
expectedGhcOnlyExtensions :: [String]
-expectedGhcOnlyExtensions =
- [ "OrPatterns"
- , "NamedDefaults"
- , "MultilineStrings"
- ]
+expectedGhcOnlyExtensions = [ ]
expectedCabalOnlyExtensions :: [String]
expectedCabalOnlyExtensions = ["Generics",
=====================================
utils/haddock/haddock-test/src/Test/Haddock/Config.hs
=====================================
@@ -18,7 +18,7 @@ import Data.Maybe
import Distribution.Text
import Distribution.Types.PackageName
import Distribution.InstalledPackageInfo
-import Distribution.Simple.Compiler (PackageDB(..))
+import Distribution.Simple.Compiler (PackageDB(..), PackageDBX( GlobalPackageDB ))
import Distribution.Simple.GHC
import Distribution.Simple.PackageIndex
import Distribution.Simple.Program
@@ -257,7 +257,7 @@ baseDependencies ghcPath = do
(comp, _, cfg) <- configure normal (Just ghcPath) Nothing
defaultProgramDb
- pkgIndex <- getInstalledPackages normal comp [GlobalPackageDB] cfg
+ pkgIndex <- getInstalledPackages normal comp Nothing [GlobalPackageDB] cfg
let
pkgs =
[ "array"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9c05cd1e1e9daffb708285fcc03b0ffd13f5cbb0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9c05cd1e1e9daffb708285fcc03b0ffd13f5cbb0
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/20241009/e1beb754/attachment-0001.html>
More information about the ghc-commits
mailing list