14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build GHC/Prim.hs and GHC/PrimopWrappers.hs from Cabal
igloo
as Ian Lynagh
More... over 18 years ago
further clarify the docs for 'evaluate' More... over 18 years ago
improve documentation for evaluate More... over 18 years ago
FIX: #724 (tee complains if used in a process started by ghc) More... over 18 years ago
Make Control.Exception buildable by nhc98. The nhc98 does not have true exceptions, but these additions should be enough infrastructure to pretend that it does. Only IO exceptions will actually work. More... over 18 years ago
Trim imports, remove a cycle More... over 18 years ago
Be less quiet about building the base package More... over 18 years ago
the "unknown" types are no longer required More... almost 19 years ago
tweak documentation as per suggestion from Marc Weber on [email protected] More... almost 19 years ago
Add extra libraries when compiling with GHC on Windows
igloo
as Ian Lynagh
More... almost 19 years ago
Follow Cabal changes in Setup.hs
igloo
as Ian Lynagh
More... almost 19 years ago
inclusion of libc.h is conditional on __APPLE__ More... almost 19 years ago
MERGE: fix ugly uses of memcpy foreign import inside ST fixes cg026 More... almost 19 years ago
Fix configure with no --with-cc
igloo
as Ian Lynagh
More... almost 19 years ago
MacOS 10.3 needs #include <libc.h> as well More... almost 19 years ago
For nhc98 only, use hsc2hs to determine System.Posix.Types. Avoids the existing autoconf stuff, by introducing an auxiliary module called NHC.PosixTypes that uses hsc2hs, which is then simply re-exported from System.Posix.Types. More... almost 19 years ago
we need a makefileHook too More... almost 19 years ago
Remove unnecesary SOURCE import of GHC.Err in GHC.Pack
igloo
as Ian Lynagh
More... almost 19 years ago
add System.Posix.Types to default nhc98 build More... almost 19 years ago
mark System.IO.openTempFile as non-portable in haddocks More... almost 19 years ago
Don't turn on -Werror in Data.Fixed This may be responsible for the x86_64/Linux nightly build failing.
igloo
as Ian Lynagh
More... almost 19 years ago
Fix -Wall warnings
igloo
as Ian Lynagh
More... almost 19 years ago
Add missing case in removePrefix
igloo
as Ian Lynagh
More... almost 19 years ago
Allow additional options to pass on to ./configure to be given
igloo
as Ian Lynagh
More... almost 19 years ago
Hugs only: fix location of unsafeCoerce More... almost 19 years ago
fix isPortableBuild test More... almost 19 years ago
Unsafe.Coerce doesn't need Prelude
igloo
as Ian Lynagh
More... almost 19 years ago
HsByteArray doesn't exist
igloo
as Ian Lynagh
More... almost 19 years ago
Don't use Fd/FD in foreign decls Using CInt makes it much easier to verify that it is right, and we won't get caught out by possible newtype switches between CInt/Int.
igloo
as Ian Lynagh
More... almost 19 years ago
HsByteArray doesn't exist
igloo
as Ian Lynagh
More... almost 19 years ago