Revisions of ghc

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1159584 from Peter Simons's avatar Peter Simons (psimons) (revision 107)
Update Haskell ecosystem to GHC version 9.8.2.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1150197 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 106)
- update to 9.6.4
 * Fix a code generator bug on AArch64 platforms resulting in invalid conditional jumps .
 * Fix a simplifier bug that may cause segfaults and core lint failures due to incorrect handling of join points .
 * Ensure unconstrained instance dictionaries get IPE info .
 * Fix a bug where we could silently truncate 64 bit values to 32 bit on 32 bit architectures.
 * Fix a GHCi bug where a failure in the :add command would cause the process to exit .
 * Fix a bug causing suboptimal error messages for certain invalid cyclic module graphs with hs-boot files .
 * Fix a bug causing compiler panics with certain package databases involving unusable units and module reexports
 * Fix some memory leaks in GHCi that manifest on reloads
 * Fix a bug leading to some template haskell splices failing on being reloaded into GHCi due to not clearing the interactive context properly .
 * Fix a type checker crash on certain programs involving implicitly scoped type variables .
 * Fix a bug where certain warning flags were not recognised .
 * Fix an incorrect assertion in the simplifier .
 * Align objects in the data section properly when using the LLVM backend .
 * Ensure concurrent thunk update is sound .
 * Ensure the listAllBlocks function takes the non-moving heap into account .
 * Ensure the non-moving GC is not running when pausing
 * Fix some non-moving loops and bugs on Windows and LLP64 platforms
 * Fix a bug where certain programs could have incorrect async exception masking .
 * Ensure we respect maximum event length and don’t overflow into program memory .
 * Ensure we use the right linker flags on AArch64 darwin
 * Fix a bug where -DNOSMP wasn’t being passed to the C compiler even if the target doesn’t support SMP .
 * Ensure we use the right otool and install_name_tool on Darwin .
 * Fix a bug in ghc-bignum where usage of bigNatIsPowerOf2 might result in out of bounds access . (forwarded request 1150196 from mimi_vx)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1126685 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 105)
- cabal-riscv64.patch: libraries/Cabal: Add support for the 64-bit RISC-V (forwarded request 1126684 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103611 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 104)
- update to 9.4.6
- remove fix_extlinks.patch and add bytestring.patch
 * Fix a bug where certain dictionaries for undecidable
    instances could end up looping at runtime
 * Fix a compiler panic involving newtype family instances
 * Fix a bug preventing using the command line
    to compile .cmm files to assembly
 * Fix compiler panics with certain RULE pragmas
 * Fix a loop in the simplifier due to a bug in
    the representation of certain fields in interface files
 * Make type equality (~) checks in the presence
    of quantified contrains more robust to argument ordering
 * Fix some segfaults when using UnliftedDataTypes
 * Improve bounds checking with -fcheck-prim-bounds
 * Fix a bug in the simplifier leading to core lint errors
 * Ensure array read operations have proper memory barries
 * Fix a spurious -dcore-lint failure with certain kinds of type family instances
 * Fix a bug with .hie files containing spurious references
    to generated functions in files with partial field selectors
 * With the aarch64 backend, fix a bug arising from lack
    of zero-extension for 8/16 bit add/sub with immediate
 * Fix a number of bugs having to do with default
    representation polymorphic type variables
 * Add support for top-level Addr# literals
 * Fix some tag inference bugs when using the bytecode interpreter
 * Support the foreign import prim calling convention in the bytecode interpreter
 * Support sized literals in the bytecode interpreter
 * Fix a bug with the handling of unboxed tuples in the bytecode interpreter
 * Make the bytecode interpreter more robust when run on optimised code
 * Accurately account for mutator allocations when using the non-moving GC (forwarded request 1103464 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1102611 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 103)
- remove post/postun base as is now handled in macros.ghc-extra (forwarded request 1102609 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1088861 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 102)
- add patch for Sphinx 7 release - sphinx7.patch
- cleanup spec
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1084245 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 101)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1081178 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 100)
- update to 9.4.5
- drop unused patches:
    ghc-8.0.2-Cabal-dynlibdir.patch
    riscv-tntc.patch
 * Fixes for a number of bug fixes in the simplifier 
 * Many bug fixes to the non-moving and parallel GCs
 * A number of improvements to recompilation avoidance with multiple
   home units
 * Fixes for regressions in the typechecker and constraint solver
 * and many more. See the release notes for a full accounting.
-> https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.5-notes.html
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1076520 from Peter Simons's avatar Peter Simons (psimons) (revision 98)
update ghc to version 9.4.4
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 989696 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 95)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 917983 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 93)
- update to 8.10.7
- drop 4134.patch and refresh ghc-pie.patch
 * portabilit yfixes
 * Export some RTS symbols required for static builds of GHC
 * Fix LLVM version checking logic so it no longer complains
    about supported LLVM versions.
 * Fix some RTS crashes on Darwin due to mixing up the closure
    sizes of the aarch64 and x86-64 backends.
 * Fix a crash on the non-moving GC due to incorrect logic
    for calculating the header size for array write barries
 * Fix a bug in base leading to a high likelihood of space
    leaks when using lazy bytestrings
 * Fix some timer races in the RTS possibly manifesting in #18033 and #20132
 * Fix a number of bugs affecting the RTS m32 allocator
 * Fix a bug where code may be unloaded prematurely
    when using the parallel garbage collector
 * Fix a bug where the linker may during shutdown unload code before
    libraries’ atexit handlers have a chance to run
 * Improve code layout by distiguishing conditional and unconditional branches
 * Add hs-boot file support for -ddump-minimal-imports
 * Ensure hs-boot files are built before source files in GHCs -M mode
 * Fix a long standing GHC API bug affecting clients like HLS where
    async exceptions used to cancel threads during typechecking would be
    caught by the Template Haskell evaluator and reported as compile errors
 * Improve error messages when looking up packages fails
 * Fix a number of quirks in GC accounting
 * Fix a code generation bug which could result in entry of unlifted
    objects in some programs using unboxed sums
 * Ensure that POSIX signals are not delivered to the ticker thread
    when using the pthread itimer implementation.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 902384 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 92)
- add 4134.patch to fix build with Sphinx4 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 870858 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 90)
update haskell stack in factory
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 857188 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 89)
update haskell stack in openSUS
Displaying revisions 1 - 20 of 107
openSUSE Build Service is sponsored by