August 2008 Archives by subject
Starting: Fri Aug 1 21:03:39 EST 2008
Ending: Sun Aug 31 10:40:22 EST 2008
Messages: 252
- orphans
Ian Lynagh
- orphans
Simon Peyton-Jones
- orphans
Ian Lynagh
- patch applied (bytestring): clarify comments on hGet and EOF
Don Stewart
- patch applied (bytestring): Only a minor version bump
Don Stewart
- patch applied (bytestring): stupid ghc-prim
Don Stewart
- patch applied (packages/ALUT): delete config.mk,
a relic of the old GHC build system
Ross Paterson
- patch applied (packages/array): add a dep on syb
Ian Lynagh
- patch applied (packages/array): add category field
Ross Paterson
- patch applied (packages/array): Add temporary -fno-warn-orphans in
modules that have orphans
Simon Peyton Jones
- patch applied (packages/array): delete imports of Data.Foldable and
Data.Traversable (fixes #2176)
Ross Paterson
- patch applied (packages/array): Eliminate orphan rules and
instances in the array package
Ian Lynagh
- patch applied (packages/array): fix cabal build-depends for nhc98
Malcolm Wallace
- patch applied (packages/array): mark GHC-only functions used in
RULES
Ross Paterson
- patch applied (packages/array): Re-expose Data.Array.IO.Internals;
fixes trac #2473
Ian Lynagh
- patch applied (packages/array): Remove explicit Prelude imports
Ian Lynagh
- patch applied (packages/array): share type signatures between
implementations
Ross Paterson
- patch applied (packages/array): use "e" for element type for
consistency (fixes #2482)
Ross Paterson
- patch applied (packages/array): we depend on st,
now split off from base
Ian Lynagh
- patch applied (packages/array): We now depend on concurrent (split
off from base)
Ian Lynagh
- patch applied (packages/base): Add a missing case to Show
AsyncException
Ian Lynagh
- patch applied (packages/base): add Control.Exception.Base to nhc98
build
Malcolm Wallace
- patch applied (packages/base): add extra-source-files field
Ross Paterson
- patch applied (packages/base): add Traversable generalizations of
mapAccumL and mapAccumR (#2461)
Ross Paterson
- patch applied (packages/base): bump to version 4.0
Simon Marlow
- patch applied (packages/base): Change some imports and derive Show
(Either a b)
Ian Lynagh
- patch applied (packages/base): Control.Exception doesn't need to
export assertError
Ian Lynagh
- patch applied (packages/base): Control.OldException: Map exceptions
to old exceptions and back properly.
Ian Lynagh
- patch applied (packages/base): Don't import Control.Concurrent.MVar
in GHC.TopHandler
Ian Lynagh
- patch applied (packages/base): Eliminate orphan rules and instances
in the array package
Ian Lynagh
- patch applied (packages/base): Eq and Ord have moved into
GHC.Classes
Ian Lynagh
- patch applied (packages/base): Export assertError from
Control.Exception to make GHC happy
Ian Lynagh
- patch applied (packages/base): export Control.Exception.Base
Ross Paterson
- patch applied (packages/base): Fix a couple of imports
Ian Lynagh
- patch applied (packages/base): Fix hReady (trac #1063)
Ian Lynagh
- patch applied (packages/base): fix imports for non-GHC
Malcolm Wallace
- patch applied (packages/base): Fix more warnings
Ian Lynagh
- patch applied (packages/base): Fix more warnings
Ian Lynagh
- patch applied (packages/base): Fix nhc98 code variations to use the
extensible exception API.
Malcolm Wallace
- patch applied (packages/base): Fix oversight in Control.OldException
Ian Lynagh
- patch applied (packages/base): Fix some more warnings
Ian Lynagh
- patch applied (packages/base): Fix warnings
Ian Lynagh
- patch applied (packages/base): Fix warnings in Data.Generics.*
Ian Lynagh
- patch applied (packages/base): Fix warnings in PrelIOUtils.c
Ian Lynagh
- patch applied (packages/base): Fix Windows-only warnings
Ian Lynagh
- patch applied (packages/base): Fix Windows-only warnings in GHC.Conc
Ian Lynagh
- patch applied (packages/base): Generalise the type of mapException;
pointed out by Isaac Dupree
Ian Lynagh
- patch applied (packages/base): Generalise the type of onException
Ian Lynagh
- patch applied (packages/base): Get rid of some duplicate imports
Ian Lynagh
- patch applied (packages/base): getopt is no longer part of base
Malcolm Wallace
- patch applied (packages/base): Hide standalone deriving clauses
from haddock
Ian Lynagh
- patch applied (packages/base): Hugs only: don't import exception
types -- their instances are now in Control.Exception.Base
Ross Paterson
- patch applied (packages/base): Hugs only: fix imports
Ross Paterson
- patch applied (packages/base): Ignore some orphan warnings
Ian Lynagh
- patch applied (packages/base): Import wibbles
Ian Lynagh
- patch applied (packages/base): make ExitCode an instance of
Exception for nhc98
Malcolm Wallace
- patch applied (packages/base): Make some more imports non-recursive
Ian Lynagh
- patch applied (packages/base): Move assertError into GHC.IOBase
Ian Lynagh
- patch applied (packages/base): Move Int,
Float and Double into ghc-prim:GHC.Types
Ian Lynagh
- patch applied (packages/base): Move some bits around to stop
Data.Either being in the base import knot
Ian Lynagh
- patch applied (packages/base): Move some internals around to
simplify the import graph a bit
Ian Lynagh
- patch applied (packages/base): Move the Char datatype into ghc-prim
Ian Lynagh
- patch applied (packages/base): Must import ExitCode for its
instance to be re-exported.
Malcolm Wallace
- patch applied (packages/base): Must import ExitCode for its
instance to be re-exported.
Ross Paterson
- patch applied (packages/base): Must import ExitCode for its
instance to be re-exported.
Ross Paterson
- patch applied (packages/base): Must import ExitCode for its
instance to be re-exported.
Malcolm Wallace
- patch applied (packages/base): Must import ExitCode for its
instance to be re-exported.
Malcolm Wallace
- patch applied (packages/base): nhc only: expose Foldable and
Traversable instances of Array
Ross Paterson
- patch applied (packages/base): nhc98 needs the Prelude for this
module
Malcolm Wallace
- patch applied (packages/base): No reason for Handler and catches to
exclude nhc98.
Malcolm Wallace
- patch applied (packages/base): non-GHC: hide Prelude.catch
Ross Paterson
- patch applied (packages/base): poke and peek come from
Foreign.Storable
Malcolm Wallace
- patch applied (packages/base): Provide blockedOnDeadMVar,
blockedIndefinitely for the RTS
Ian Lynagh
- patch applied (packages/base): Put some explicit import lists in
Data.Typeable
Ian Lynagh
- patch applied (packages/base): Rejig some code so Control.Exception
and GHC.Conc don't need recursive imports
Ian Lynagh
- patch applied (packages/base): remove __hscore_renameFile,
it is no longer uesd
Simon Marlow
- patch applied (packages/base): Remove an unnecessary import
Ian Lynagh
- patch applied (packages/base): Remove an unnecessary import
Ian Lynagh
- patch applied (packages/base): Remove an unused import
Ian Lynagh
- patch applied (packages/base): Remove GHC.Dotnet
Ian Lynagh
- patch applied (packages/base): remove kludges,
now that Control.Exception is imported
Ross Paterson
- patch applied (packages/base): Remove more redundant GHC.Float
imports
Ian Lynagh
- patch applied (packages/base): remove returns from void functions
Ross Paterson
- patch applied (packages/base): remove some functions that aren't
used in base
Simon Marlow
- patch applied (packages/base): Remove some unnecessary Data.Tuple
imports
Ian Lynagh
- patch applied (packages/base): Remove ST stuff that is now in the
new st package
Ian Lynagh
- patch applied (packages/base): Remove the dangerous Exception
functions
Ian Lynagh
- patch applied (packages/base): Remove the duplicate definition of
throwTo in Control.Exception
Ian Lynagh
- patch applied (packages/base): Remove the DynIOError constructor of
IOErrorType
Ian Lynagh
- patch applied (packages/base): Remove the now-unused
GHC/Conc.lhs-boot
Ian Lynagh
- patch applied (packages/base): Remove the now-unused
GHC/TopHandler.lhs-boot
Ian Lynagh
- patch applied (packages/base): Remove the only import of GHC.Exts
Ian Lynagh
- patch applied (packages/base): Remove unnecessary
Data/Dynamic.hs-boot
Ian Lynagh
- patch applied (packages/base): Remove unused conditional import
Ian Lynagh
- patch applied (packages/base): Remove unused imports
Ian Lynagh
- patch applied (packages/base): Remove unused imports in
Control.Exception
Ian Lynagh
- patch applied (packages/base): Reshuffle GHC.Conc/GHC.TopHandler a
bit to remove a recursive import
Ian Lynagh
- patch applied (packages/base): Rewrite the documentation for forkOS
again
Simon Marlow
- patch applied (packages/base): simplify definition of Prelude.catch
Ross Paterson
- patch applied (packages/base): Split getopt off into its own package
Ian Lynagh
- patch applied (packages/base): split most of Control.Exception into
new Control.Exception.Base
Ross Paterson
- patch applied (packages/base): Split off the concurrent hierarchy
(concurrent, unique, timeout)
Ian Lynagh
- patch applied (packages/base): Split syb off into its own package
Ian Lynagh
- patch applied (packages/base): Suppress a couple of warnings in
GHC.PArr
Ian Lynagh
- patch applied (packages/base): Suppress some warnings that are hard
to fix because of ifdefs
Ian Lynagh
- patch applied (packages/base): Swap imports around to get
GHC.ForeignPtr out of the base knot
Ian Lynagh
- patch applied (packages/base): The [] definition has moved to
ghc-prim
Ian Lynagh
- patch applied (packages/base): The tuple datatype definitions have
moved to ghc-prim
Ian Lynagh
- patch applied (packages/base): threadDelay and friends are GHC-only
Ross Paterson
- patch applied (packages/base): Tweak an import
Ian Lynagh
- patch applied (packages/base): use dummy implementation of timeout
for all non-GHCs
Ross Paterson
- patch applied (packages/base): use New.catch instead of
catchException in OldException
Ross Paterson
- patch applied (packages/base): Use onException rather than catchAny
Ian Lynagh
- patch applied (packages/base): use the Haskell 98 module
Control.Exception.Base in the Concurrent modules
Ross Paterson
- patch applied (packages/base): Use the proper CInt type in
GHC.Unicode
Ian Lynagh
- patch applied (packages/base): Windows fixes
Ian Lynagh
- patch applied (packages/base): Windows-only fixes for moving
concurrent out of base
Ian Lynagh
- patch applied (packages/base): zipWithM_ comes from Control.Monad
Malcolm Wallace
- patch applied (packages/base3-compat): Add the LICENSE file from
the base library
Ian Lynagh
- patch applied (packages/base3-compat): concurrent, unique,
timeout have now been split off from base
Ian Lynagh
- patch applied (packages/base3-compat): extensions: PackageImports
Simon Marlow
- patch applied (packages/base3-compat): Fix warnings
Ian Lynagh
- patch applied (packages/base3-compat): Follow the creation of a new
st package
Ian Lynagh
- patch applied (packages/base3-compat): Follow the splitting off of
getopt from base
Ian Lynagh
- patch applied (packages/base3-compat): Follow the splitting-off of
syb from base
Ian Lynagh
- patch applied (packages/base3-compat): GHC.Dotnet went away;
keep it here (but empty)
Simon Marlow
- patch applied (packages/base3-compat): make sure ghc >= 6.9
Simon Marlow
- patch applied (packages/base3-compat): this is the
backwards-compatibility version of base-3, which depends on base-4
Simon Marlow
- patch applied (packages/base3-compat): Tweak the case of "False" to
make Cabal happy
Ian Lynagh
- patch applied (packages/Cabal): Add alias type PackageId =
PackageIdentifier
Ian Lynagh
- patch applied (packages/Cabal): Add auto-generated CPP macros for
package version testing
Simon Marlow
- patch applied (packages/Cabal): Add data Platform = Platform Arch OS
Ian Lynagh
- patch applied (packages/Cabal): Add parsse utils for simple flat
formats.
Ian Lynagh
- patch applied (packages/Cabal): Add release date of 1.4.0.2
Ian Lynagh
- patch applied (packages/Cabal): Add support for manually
en/disabled flags
Ian Lynagh
- patch applied (packages/Cabal): Add util rewriteFile :: FilePath ->
String -> IO ()
Ian Lynagh
- patch applied (packages/Cabal): Adjust registration to allow
packages with no modules or objects
Ian Lynagh
- patch applied (packages/Cabal): allow Cabal to use base-4
Simon Marlow
- patch applied (packages/Cabal): Allow passing haddock's location
and options to "Setup haddock"
Ian Lynagh
- patch applied (packages/Cabal): Ban package names that are not
valid windows file names
Ian Lynagh
- patch applied (packages/Cabal): Bump version number to 1.5.3
Ian Lynagh
- patch applied (packages/Cabal): Catch exit exceptions as well as IO
exceptions after running programs
Ian Lynagh
- patch applied (packages/Cabal): Document and refactor
'parsePackageDescription'.
Ian Lynagh
- patch applied (packages/Cabal): Document the "exposed" .cabal file
field
Ian Lynagh
- patch applied (packages/Cabal): Don't pass cc-options to Haskell
compilations
Simon Marlow
- patch applied (packages/Cabal): Don't propagate cc-options to the
InstalledPackageInfo
Simon Marlow
- patch applied (packages/Cabal): Don't try to install libHSfoo.a if
the lib had no object files
Ian Lynagh
- patch applied (packages/Cabal): Don't use tab characters in the
generated Paths module
Ian Lynagh
- patch applied (packages/Cabal): Don't warn about missing strip.exe
on Windows
Ian Lynagh
- patch applied (packages/Cabal): Fix for #333,
"Setup sdist --snapshot fails"
Ian Lynagh
- patch applied (packages/Cabal): fix imports for nhc98
Ian Lynagh
- patch applied (packages/Cabal): Fix instance Monoid ConfigFlags for
configStripExes
Ian Lynagh
- patch applied (packages/Cabal): Fix spelling of compatibility
Ian Lynagh
- patch applied (packages/Cabal): Fix the config-file field name of
the install command's packagedb option
Ian Lynagh
- patch applied (packages/Cabal): Fix warnings in Windows
Paths_pkgname module
Ian Lynagh
- patch applied (packages/Cabal): Flush stdout when printing
debugging messages
Ian Lynagh
- patch applied (packages/Cabal): Generalise checkPackageFiles to any
monad, not just IO
Ian Lynagh
- patch applied (packages/Cabal): In wrappers,
$executablename needs to expand to something with DESTDIR
Ian Lynagh
- patch applied (packages/Cabal): Make binary-dist do nothing in
doc/Makefile, for now
Ian Lynagh
- patch applied (packages/Cabal): Minor info and help message
improvements
Ian Lynagh
- patch applied (packages/Cabal): More changelog updates for 1.4.0.2
Ian Lynagh
- patch applied (packages/Cabal): Move parseFreeText into ParseUtils
and use it more widely
Ian Lynagh
- patch applied (packages/Cabal): Move Paths_pkgname and
cabal_macros.h generation into their own modules
Ian Lynagh
- patch applied (packages/Cabal): Note the per-user install path on
Windows in the README
Ian Lynagh
- patch applied (packages/Cabal): Rename --distpref to --distdir
Ian Lynagh
- patch applied (packages/Cabal): Separate out and export
installDirsOptions
Ian Lynagh
- patch applied (packages/Cabal): setup makefile: put the source-dir
suffix rules after the distdir suffix rules
Simon Marlow
- patch applied (packages/Cabal): Simplify InstalledPackageInfo
parser and pretty printer
Ian Lynagh
- patch applied (packages/Cabal): Teach Cabal about the
PackageImports extension
Ian Lynagh
- patch applied (packages/Cabal): Tidy up the ppFields function and
uses
Ian Lynagh
- patch applied (packages/Cabal): unbreak for non-GHC
Ian Lynagh
- patch applied (packages/Cabal): Update changelog
Ian Lynagh
- patch applied (packages/Cabal): Update changelog for recent 1.5.x
changes
Ian Lynagh
- patch applied (packages/Cabal): Use 'ghc-pkg dump' instead of
'ghc-pkg describe *'
Ian Lynagh
- patch applied (packages/Cabal): We need to pass the CPP options to
haddock 2
Ian Lynagh
- patch applied (packages/Cabal): We now depend on concurrent (split
off from base)
Ian Lynagh
- patch applied (packages/Cabal): When running "Setup makefile",
put "default: all" at the top of the Makefile
Ian Lynagh
- patch applied (packages/Cabal): Windows fixes
Ian Lynagh
- patch applied (packages/concurrent): add category field
Ross Paterson
- patch applied (packages/containers): Add a dep on syb
Ian Lynagh
- patch applied (packages/containers): add category field
Ross Paterson
- patch applied (packages/containers): fix cabal build-depends for
nhc98
Malcolm Wallace
- patch applied (packages/containers): we depend on st,
now split off from base
Ian Lynagh
- patch applied (packages/directory): add category field
Ross Paterson
- patch applied (packages/directory): add createDirectory (already
exists) test
Simon Marlow
- patch applied (packages/directory): add extra-source-files
Ross Paterson
- patch applied (packages/directory): fix #2298: use MoveFileEx() on
Windows
Simon Marlow
- patch applied (packages/directory): fix cabal build-depends for
nhc98
Malcolm Wallace
- patch applied (packages/directory): fix typo in extra-source-files
Ross Paterson
- patch applied (packages/directory): fixup for change of exception
types in nhc98
Malcolm Wallace
- patch applied (packages/directory): import the Haskell 98 module
Control.Exception.Base instead
Ross Paterson
- patch applied (packages/directory): make more use of
System.Win32 or System.Posix
Ian Lynagh
- patch applied (packages/directory): make more use of System.Win32
or System.Posix
Simon Marlow
- patch applied (packages/directory): Remove uses of catchAny and
ignoreExceptions
Ian Lynagh
- patch applied (packages/directory): test for renameFile
Simon Marlow
- patch applied (packages/ghc-prim): Add some GHC.Generics imports so
we can find Inl etc where we need to
Ian Lynagh
- patch applied (packages/ghc-prim): Move Int,
Float and Double into ghc-prim:GHC.Types
Ian Lynagh
- patch applied (packages/ghc-prim): Move the [] definition from base
into ghc-prim:GHC.Types
Ian Lynagh
- patch applied (packages/ghc-prim): Move the Char datatype into
ghc-prim
Ian Lynagh
- patch applied (packages/ghc-prim): Tuple datatypes are now in
GHC.Tuple (they were in base:Data.Tuple before)
Ian Lynagh
- patch applied (packages/GLUT): delete config.mk,
a relic of the old GHC build system
Ross Paterson
- patch applied (packages/haskell-src): Fix Lexer so that we can
parse Unicode symbols in operators
Ross Paterson
- patch applied (packages/hpc): hpc also builds with base 4
Ian Lynagh
- patch applied (packages/html): add category field
Ross Paterson
- patch applied (packages/HUnit): Make HUnit work with extensible
exceptions
Ian Lynagh
- patch applied (packages/monadLib): An expermintal new version of
monadLib
diatchki at cse.ogi.edu
- patch applied (packages/mtl): Add temporary -fno-warn-orphans in
modules that have orphans
Simon Peyton Jones
- patch applied (packages/mtl): Update Mark Jones' www page (previous
link was broken)
Simon Marlow
- patch applied (packages/network): add category field
Ross Paterson
- patch applied (packages/network): Make network work with extensible
exceptions
Ian Lynagh
- patch applied (packages/old-locale): add category field
Ross Paterson
- patch applied (packages/old-time): add category field
Ross Paterson
- patch applied (packages/old-time): add extra-source-files
Ross Paterson
- patch applied (packages/OpenAL): delete config.mk,
a relic of the old GHC build system
Ross Paterson
- patch applied (packages/OpenGL): delete config.mk,
a relic of the old GHC build system
Ross Paterson
- patch applied (packages/packedstring): Add a dep on syb
Ian Lynagh
- patch applied (packages/packedstring): fix cabal build-depends for
nhc98
Malcolm Wallace
- patch applied (packages/packedstring): move impl(nhc98) test to a
valid location
Malcolm Wallace
- patch applied (packages/pretty): add category field
Ross Paterson
- patch applied (packages/process): add category field
Ross Paterson
- patch applied (packages/process): add extra-source-files
Ross Paterson
- patch applied (packages/process): fix cabal build-depends for nhc98
Malcolm Wallace
- patch applied (packages/process): switch to new exceptions
Ross Paterson
- patch applied (packages/process): use fmap instead of importing
Applicative
Ross Paterson
- patch applied (packages/process): We don't need to explicitly
"import Prelude"
Ian Lynagh
- patch applied (packages/process): We now depend on concurrent
(split off from base)
Ian Lynagh
- patch applied (packages/process): Windows fix
Ian Lynagh
- patch applied (packages/QuickCheck): Make QuickCheck work with
extensible exceptions
Ian Lynagh
- patch applied (packages/random): add category field
Ross Paterson
- patch applied (packages/regex-base): Fix warnings in regex-base
Ian Lynagh
- patch applied (packages/regex-posix): Fix warnings in regex-base
Ian Lynagh
- patch applied (packages/st): add category field
Ross Paterson
- patch applied (packages/stm): add category field
Ross Paterson
- patch applied (packages/stm): declare build-type: Simple
Ross Paterson
- patch applied (packages/stm): Make stm work with extensible
exceptions
Ian Lynagh
- patch applied (packages/syb): expand package description
Ross Paterson
- patch applied (packages/template-haskell): Add a dep on syb
Ian Lynagh
- patch applied (packages/template-haskell): Follow tuple datatype
movements
Ian Lynagh
- patch applied (packages/time): don't warn about orphan instances;
they're real warnings now (i.e. errors with -Werror)
Ashley Yakeley
- patch applied (packages/unix): add category field
Ross Paterson
- patch applied (packages/unix): Fix the build when CONST_SIGPOLL ==
-1
Ian Lynagh
- patch applied (packages/unix): Fix warnings in the unix package
Ian Lynagh
- patch applied (packages/unix): move some stuff here from
System.Directory, now the dependencies are reversed
Simon Marlow
- patch applied (packages/unix): We now depend on concurrent (split
off from base)
Ian Lynagh
- patch applied (packages/Win32): #define UNICODE in more places
Simon Marlow
- patch applied (packages/Win32): Build fixes
Ian Lynagh
- patch applied (packages/Win32): failWith: generate proper
IOExceptions
Simon Marlow
- patch applied (packages/Win32): Move -DUNICODE from cc-options
into HsWin32.h, where it can do less damange
Ian Lynagh
- patch applied (packages/Win32): Move -DUNICODE from cc-options
into HsWin32.h, where it can do less damange
Ian Lynagh
- patch applied (packages/Win32): Move -DUNICODE from cc-options
into HsWin32.h, where it can do less damange
Simon Marlow
- patch applied (packages/Win32): Move -DUNICODE from cc-options into
HsWin32.h, where it can do less damange
Simon Marlow
- patch applied (packages/Win32): TAG 2008-05-28
Ian Lynagh
Last message date:
Sun Aug 31 10:40:22 EST 2008
Archived on: Sun Aug 31 10:38:41 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).