Commits on Source (8)
-
Ben Gamari authoredceb2e9b9
-
Ben Gamari authored
Requires various submodule bumps.
fb4d36c4 -
Ben Gamari authored93ee7e90
-
Workaround for #22255 which showed how treating large/compact regions as pinned could cause segfaults.
d251045b -
When the installation makefile was copied over the manpages were no longer installed in the correct place. Now we install it into share/man/man1/ghc.1 as the make build system did. Fixes #22371
5b7206a9 -
A long time ago we would rely on substitutions from the configure script to inject paths of the include and library directories of libffi and libdw. However, now these are instead handled inside Hadrian when calling Cabal's `configure` (see the uses of `cabalExtraDirs` in Hadrian's `Settings.Packages.packageArgs`). While the occurrences in the cabal file were redundant, they did no harm. However, since b5c71454 they have no longer been interpolated. @mpickering noticed the suspicious uninterpolated occurrence of `@FFIIncludeDir@` in #22595, prompting this commit to finally remove them.
78dc75df -
This simple patch fixes #22647
b45a669d -
Previously we would attempt to clear pages which were marked as read-only. Fix this.
a34c06f0
Showing
- compiler/GHC/Core/Unify.hs 15 additions, 13 deletionscompiler/GHC/Core/Unify.hs
- compiler/ghc.cabal.in 1 addition, 1 deletioncompiler/ghc.cabal.in
- configure.ac 1 addition, 1 deletionconfigure.ac
- hadrian/bindist/Makefile 14 additions, 3 deletionshadrian/bindist/Makefile
- libraries/array 1 addition, 1 deletionlibraries/array
- libraries/base/base.cabal 1 addition, 1 deletionlibraries/base/base.cabal
- libraries/deepseq 1 addition, 1 deletionlibraries/deepseq
- libraries/directory 1 addition, 1 deletionlibraries/directory
- libraries/filepath 1 addition, 1 deletionlibraries/filepath
- libraries/ghc-boot-th/ghc-boot-th.cabal.in 1 addition, 1 deletionlibraries/ghc-boot-th/ghc-boot-th.cabal.in
- libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs 6 additions, 3 deletionslibraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs
- libraries/ghc-boot/ghc-boot.cabal.in 1 addition, 1 deletionlibraries/ghc-boot/ghc-boot.cabal.in
- libraries/ghc-compact/ghc-compact.cabal 1 addition, 1 deletionlibraries/ghc-compact/ghc-compact.cabal
- libraries/ghc-prim/changelog.md 7 additions, 0 deletionslibraries/ghc-prim/changelog.md
- libraries/ghci/ghci.cabal.in 1 addition, 1 deletionlibraries/ghci/ghci.cabal.in
- libraries/parsec 1 addition, 1 deletionlibraries/parsec
- libraries/process 1 addition, 1 deletionlibraries/process
- libraries/stm 1 addition, 1 deletionlibraries/stm
- libraries/template-haskell/template-haskell.cabal.in 1 addition, 1 deletionlibraries/template-haskell/template-haskell.cabal.in
- libraries/terminfo 1 addition, 1 deletionlibraries/terminfo