2023-01-23 10:20:57 by Masatake Daimon | Files touched by this commit (1) |
Log message: lang/ghc94: Bump the revision The initial revision had a bad code in a patch that lead to a SEGV. I forgot to \ do a revbump. |
2023-01-21 19:31:22 by Masatake Daimon | Files touched by this commit (2) |
Log message: Fix a possible segfault in RTS linker |
2023-01-21 19:24:42 by Masatake Daimon | Files touched by this commit (3) |
Log message: Build haddock with the threaded RTS when possible |
2023-01-21 17:26:23 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add a merge request URL to a patch |
2023-01-21 17:02:11 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add a merge request URL to a patch |
2023-01-21 14:28:50 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add a merge request URL to a patch |
2023-01-21 14:20:34 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add a merge request URL to a patch |
2023-01-21 13:59:54 by Masatake Daimon | Files touched by this commit (3) |
Log message: Add merge request URLs to patches |
2023-01-21 13:02:49 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add a merge request URL to a patch |
2023-01-21 05:49:25 by Masatake Daimon | Files touched by this commit (44) |
Log message: lang/ghc94: import ghc-9.4.4 GHC: The Glasgow Haskell Compiler. The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell 98 (http://www.haskell.org). GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell, including concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries. This package provides the 9.4.x release series. |