July 2008 Archives by thread
Starting: Tue Jul 1 08:53:51 EST 2008
Ending: Thu Jul 31 17:21:56 EST 2008
Messages: 115
- patch applied (packages/array): Make the array package warning-free
Ian Lynagh
- patch applied (packages/Cabal): Fix the build with GHC 6.4.2:
Data.Map.alter doesn't exist
Ian Lynagh
- patch applied (packages/Cabal): Fix using specified package
databases
Ian Lynagh
- patch applied (packages/Cabal): Fix haddocking (with old haddocks?)
Ian Lynagh
- patch applied (packages/directory): Silence warnings
Ian Lynagh
- patch applied (packages/old-time): Fix warnings on Windows
Ian Lynagh
- patch applied (packages/old-time): Allow unused bind warnings in
System/Time
Ian Lynagh
- patch applied (packages/process): Silence warnings
Ian Lynagh
- patch applied (packages/unix): Allow C's unsetenv to return either
void or int
Ian Lynagh
- patch applied (packages/array): import Word8 for non-GHC
Ross Paterson
- patch applied (packages/pretty): Adds a `zeroWidthText' primitive
to the library, in order to create text
Ian Lynagh
- patch applied (packages/pretty): Merge the rest of Benedikt Huber's
"Fix bug #1337, #2391 1, 2"
Ian Lynagh
- patch applied (packages/pretty): Merge the rest of Benedikt Huber's
"Fix HughesPJ developer documentation."
Ian Lynagh
- patch applied (packages/pretty): Fix warnings and change a comment
that was confusing haddock
Ian Lynagh
- patch applied (packages/hpc): TAG 2008-05-28
Ian Lynagh
- patch applied (packages/hpc): Fix building the hpc package with
older compilers
Ian Lynagh
- patch applied (packages/base): FIX part of #2301
Simon Marlow
- patch applied (packages/base): FIX #1198: hWaitForInput on Windows
Simon Marlow
- patch applied (packages/base): Make threadWaitRead/threadWaitWrite
partially useable on Windows
Simon Marlow
- patch applied (packages/base): check CONST_SIGINT
Simon Marlow
- patch applied (packages/base): FIX BUILD (on Windows)
Simon Marlow
- patch applied (packages/base): Add Control.Exception.blocked :: IO
Bool
Simon Marlow
- patch applied (packages/base): forkOS: start the new thread in
blocked mode iff the parent was (#1048)
Simon Marlow
- patch applied (packages/base): Add threadStatus :: ThreadId -> IO
ThreadStatus
Simon Marlow
- patch applied (packages/base): Fix haddocking with older haddocks
Ian Lynagh
- patch applied (packages/Cabal): massage a pattern-with-context
around nhc98's typechecker
Ian Lynagh
- patch applied (packages/Cabal): help nhc98's import overlap resolver
Ian Lynagh
- patch applied (packages/Cabal): fix #if __GLASGOW_HASKELL__ test
Ian Lynagh
- patch applied (packages/Cabal): Remove the need for a compat
Data.Map module
Ian Lynagh
- patch applied (packages/Cabal): Correct the order of args given by
--PROG-options
Ian Lynagh
- patch applied (packages/Cabal): In Makefile.in,
put all the rules that mentions srcdir together
Ian Lynagh
- patch applied (packages/Cabal): Fix some whitespace in Makefile.in
Ian Lynagh
- patch applied (packages/Cabal): Teach "Setup makefile" how to cope
with multiple hs-source-dirs
Ian Lynagh
- patch applied (packages/Cabal): Add a hack to copy .hs-boot files
into dist/...
Ian Lynagh
- patch applied (packages/Cabal): If install is given a distPref,
pass it on to copy and register
Ian Lynagh
- patch applied (packages/OpenAL): openal mac os x patch part 2 for
Windows
Ian Lynagh
- patch applied (packages/Cabal): Fix the "Setup makefile" rules for
C files
Ian Lynagh
- patch applied (packages/Cabal): Fix installing datafiles
Ian Lynagh
- patch applied (packages/Cabal): Simplify ghc version test slightly
Ian Lynagh
- patch applied (packages/Cabal): derive Eq for ConfiguredProgram
Ian Lynagh
- patch applied (packages/Cabal): If we are using ghc as hsc2hs's cc,
then tell it where package.conf is
Ian Lynagh
- patch applied (packages/Cabal): Pass -package-conf foo when using
GHC as CC
Ian Lynagh
- patch applied (packages/base): fix dummy async implementations for
non-GHC
Ross Paterson
- patch applied (packages/Cabal): Put GHC's programArgs in GHC_OPTS
when making a Makefile
Ian Lynagh
- patch applied (bytestring): typo in comment
Don Stewart
- patch applied (packages/containers): tighter description of split
(addresses #2447)
Ross Paterson
- patch applied (packages/template-haskell): Follow flag name change
Ian Lynagh
- patch applied (packages/Cabal): Generate expanded makefile rules
directly, rather than using $(eval ...)
Ian Lynagh
- patch applied (packages/Cabal): Pass -x to strip on OSX
Ian Lynagh
- patch applied (packages/Cabal): Fix warnings and add a comment
explaining why we pass -x to strip on OS X
Ian Lynagh
- patch applied (packages/Cabal): And exitcode of 2 from ghc-pkg when
doing describe '*' means no packages
Ian Lynagh
- patch applied (packages/containers): specialize functions that fail
in a Monad to Maybe (proposal #2309)
Ross Paterson
- patch applied (packages/Cabal): If we have GHC >= 6.9 then use the
new -optdep replacement flags
Ian Lynagh
- patch applied (packages/Cabal): Convert from PackageIndex to
PackageSet
Ian Lynagh
- patch applied (packages/Cabal): Change some PackageSet functions to
return the package rather than the id
Ian Lynagh
- patch applied (packages/Cabal): Add PackageSet.topologicalOrder and
reverseTopologicalOrder
Ian Lynagh
- patch applied (packages/Cabal): Add gccProgram
Ian Lynagh
- patch applied (packages/Cabal): Always use gcc as cc with hsc2hs
Ian Lynagh
- patch applied (packages/Cabal): Don't need the complex code in
detecting hsc2hs anymore
Ian Lynagh
- patch applied (packages/arrows): TAG 2008-06-06
Ross Paterson
- patch applied (packages/arrows): fix to newReader (from Peter
Gammie)
Ross Paterson
- patch applied (packages/Cabal): Fix the location of gcc.exe in a
Windows GHC installation
Ian Lynagh
- patch applied (packages/Cabal): Substitute for $topdir when we read
GHC's InstalledPackageInfo's
Ian Lynagh
- patch applied (packages/process): More System.Process overhaul
Simon Marlow
- patch applied (packages/base): Extend nhc98's Exception type to
resemble ghc's more closely
Malcolm Wallace
- patch applied (packages/base): Add instance Show
Control.Exception.Exception for nhc98.
Malcolm Wallace
- patch applied (packages/Cabal): help nhc98's module disambiguator a
bit
Ian Lynagh
- patch applied (packages/Cabal): more import qualification to help
nhc98
Ian Lynagh
- patch applied (packages/Cabal): disambiguate
Control.Exception.catch for nhc98
Ian Lynagh
- patch applied (packages/Cabal): Pass -no-user-package-conf to ghc
when not using UserPackageDB
Ian Lynagh
- patch applied (packages/Cabal): Use "pkg == 1.2.*" as the version
wildcard syntax
Ian Lynagh
- patch applied (packages/Cabal): Allow $arch and $os in install
paths.
Ian Lynagh
- patch applied (packages/Cabal): Fix the semantics of the simple
file globbing to be sane
Ian Lynagh
- patch applied (packages/Cabal): File globs must match at least one
file or it's an error.
Ian Lynagh
- patch applied (packages/Cabal): Document the $os and $arch install
path vars
Ian Lynagh
- patch applied (packages/Cabal): Document the wildcard behaviour in
data-files and extra-source-files fields
Ian Lynagh
- patch applied (packages/Cabal): Document more clearly that every
modules must be listed
Ian Lynagh
- patch applied (packages/Cabal): Move the docs for the buildable
field to a better place.
Ian Lynagh
- patch applied (packages/Cabal): Remove references to cabal-setup
from the documentation
Ian Lynagh
- patch applied (packages/Cabal): Move docs for build-depends into
the build information section
Ian Lynagh
- patch applied (packages/Cabal): Tweak whitespace
Ian Lynagh
- patch applied (packages/Cabal): Fix linking with hsc2hs on OS X
Ian Lynagh
- patch applied (packages/Cabal): Tweak a test to not go via the
pretty printer
Ian Lynagh
- patch applied (packages/Cabal): Pass the right -F and --framework
flags when running hsc2hs on OS X
Ian Lynagh
- patch applied (packages/Cabal): Do not use ',
' as a list separator for the cpp/cc/ld-options fields
Ian Lynagh
- patch applied (packages/Cabal): Fix uses of verbosity > deafening
to use >=
Ian Lynagh
- patch applied (packages/Cabal): Do the ghc rts ldOptions hack in a
slightly more hygenic way
Ian Lynagh
- patch applied (packages/time): Change "accuracy" to "precision".
Ashley Yakeley
- patch applied (packages/base): FIX #2376: inline shiftR
Simon Marlow
- patch applied (packages/base): add some big warnings to the docs
for unsafeIOToSTM (#2401)
Simon Marlow
- patch applied (packages/base): add comment
Simon Marlow
- patch applied (packages/base): Use extensible exceptions at the
lowest level
Ian Lynagh
- patch applied (packages/base): Define nonTermination for the RTS to
use
Ian Lynagh
- patch applied (packages/base): Rejig the extensible exceptions so
there is less circular importing
Ian Lynagh
- patch applied (packages/base): Start to actually use extensible
exceptions
Ian Lynagh
- patch applied (packages/base): Re-add blocked;
it got lost in the extensible exceptions patches
Ian Lynagh
- patch applied (packages/base): Fix whitespace
Ian Lynagh
- patch applied (packages/base): Add onException
Ian Lynagh
- patch applied (packages/base): Don't use "deriving Typeable" (for
portability reasons)
Ian Lynagh
- patch applied (packages/base): applied patches to make enumFrom and
friends strict in arguments as per the Report; closes ticket #1997
Ian Lynagh
- patch applied (packages/base): Put in some parens to clarify how
things parse
Ian Lynagh
- patch applied (packages/base): Make numericEnumFrom more efficient
Ian Lynagh
- patch applied (packages/base): Comment wibble
Ian Lynagh
- patch applied (packages/base): TopHandler now uses the new
extensible exceptions
Ian Lynagh
- patch applied (packages/Cabal): Rearrange the Monoid instances for
Library, Executable, BuildInfo
Ian Lynagh
- patch applied (packages/Cabal): Add an "exposed" field to the
.cabal file library section
Ian Lynagh
- patch applied (packages/Cabal): Remove unused inDir util function
Ian Lynagh
- patch applied (packages/Cabal): Remove unused imports
Ian Lynagh
- patch applied (packages/Cabal): Make Cabal compatible with
extensible exceptions
Ian Lynagh
- patch applied (packages/Cabal): Remove unused imports
Ian Lynagh
- patch applied (packages/Cabal): Fix the Windows build
Ian Lynagh
- patch applied (packages/directory): Follow extensible exceptions
changes
Ian Lynagh
- patch applied (packages/process): Follow extensible exceptions
changes
Ian Lynagh
- patch applied (packages/unix): Follow extensible exceptions changes
Ian Lynagh
Last message date:
Thu Jul 31 17:21:56 EST 2008
Archived on: Thu Jul 31 17:21:58 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).