Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
ignore = untracked
[submodule "libraries/Cabal"]
path = libraries/Cabal
url = https://gitlab.haskell.org/ghc/packages/Cabal.git
url = https://github.com/stable-haskell/Cabal.git
ignore = untracked
branch = stable-haskell/feature/cross-compile
[submodule "libraries/containers"]
path = libraries/containers
url = https://gitlab.haskell.org/ghc/packages/containers.git
Expand Down
2 changes: 1 addition & 1 deletion compiler/ghc.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extra-source-files:


custom-setup
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.14, directory, process, filepath, containers
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.18, directory, process, filepath, containers

Flag internal-interpreter
Description: Build with internal interpreter support.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Cabal
Submodule Cabal updated 404 files
2 changes: 1 addition & 1 deletion libraries/ghc-boot/ghc-boot.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-type: Custom
extra-source-files: changelog.md

custom-setup
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.14, directory, filepath
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.18, directory, filepath

source-repository head
type: git
Expand Down