September 2008 Archives by thread
Starting: Mon Sep 1 11:01:23 EST 2008
Ending: Tue Sep 30 13:48:44 EST 2008
Messages: 226
- patch applied (packages/base): System.Timeout is no longer part of
base
Malcolm Wallace
- patch applied (packages/haskell-src): restrict to base-3 to get it
compiling with GHC 6.10
Simon Marlow
- patch applied (packages/network): make this build with base-4
Simon Marlow
- patch applied (packages/QuickCheck): require base <= 3 for now
Simon Marlow
- patch applied (packages/QuickCheck): UNDO: Make QuickCheck work
with extensible exceptions
Simon Marlow
- patch applied (packages/Cabal): Haddock 2: #include <cabal_macros.h>
Simon Marlow
- patch applied (packages/base): #2528: reverse the order of args to
(==) in nubBy to match nub
Simon Marlow
- patch applied (packages/base): docs: mention that killThread on a
completed thread is a no-op
Simon Marlow
- patch applied (packages/array): add include/Typeable.h to
extra-source-files
Ross Paterson
- patch applied (packages/base): non-GHC: add Typeable instance for
ForeignPtr
Ross Paterson
- patch applied (packages/base): non-GHC: leave out Belch functions
Ross Paterson
- patch applied (packages/base): avoid relying on the implementation
of SomeException
Ross Paterson
- patch applied (packages/containers): add include/Typeable.h to
extra-source-files
Ross Paterson
- patch applied (packages/getopt): add category field
Ross Paterson
- patch applied (packages/process): non-GHC: export System.Process,
not System.Process.Internals
Ross Paterson
- patch applied (packages/syb): make Data.Generics.Instances work
with Hugs
Ross Paterson
- patch applied (packages/base): add include/CTypes.h to
extra-source-files
Ross Paterson
- patch applied (packages/base): Don't look for actual
OldException.Exception exceptions
Ian Lynagh
- patch applied (packages/Cabal): Bump the version number to 1.5.4
Ian Lynagh
- patch applied (packages/Cabal): Update CPP-Options in Cabal.cabal
to define CABAL_VERSION=1, 5, 4
Ian Lynagh
- patch applied (packages/Cabal): Add checkPackageFileNames function
to check portability of file names
Ian Lynagh
- patch applied (packages/Cabal): Merge PackageSet and PackageIndex
Ian Lynagh
- patch applied (packages/Cabal): Don't redundantly pass programArgs
in when calling programs.
Ian Lynagh
- patch applied (packages/Cabal): Add some more handy Program utils
Ian Lynagh
- patch applied (packages/Cabal): Use the new Program utils to
simplify code in Configure
Ian Lynagh
- patch applied (packages/Cabal): Add flags to build command for
specifying program paths
Ian Lynagh
- patch applied (packages/Cabal): Update the haddock command help text
Ian Lynagh
- patch applied (packages/Cabal): Simplify the handling of
--with-prog= in build/haddock commands.
Ian Lynagh
- patch applied (packages/Cabal): Use a hopefully more robust method
of determining the gcc version
Ian Lynagh
- patch applied (packages/Cabal): Display the right message for sdist
--snapshot
Ian Lynagh
- patch applied (packages/Cabal): package concurrent not available in
nhc98
Ian Lynagh
- patch applied (packages/Cabal): Add more detail to the -Werror and
-fvia-C checks
Ian Lynagh
- patch applied (packages/QuickCheck): Re-instate extensible
exceptions for nhc98 only.
Malcolm Wallace
- patch applied (packages/Cabal): Pass the interfaces for the
transitive set of dependencies to haddock
Ian Lynagh
- patch applied (packages/ghc-prim): Help haddock find ghc-prim's
types by explicitly exporting them
Ian Lynagh
- patch applied (packages/base): make Typeable instances for larger
tuples available to non-GHC
Ross Paterson
- patch applied (packages/base): remove 'pure' method from Arrow
class (#2517)
Ross Paterson
- patch applied (packages/array): follow library changes
Ian Lynagh
- patch applied (packages/base): Remerge concurrent, unique, timeout,
st, getopt into base
Ian Lynagh
- patch applied (packages/base3-compat): follow library changes
Ian Lynagh
- patch applied (packages/Cabal): follow library changes
Ian Lynagh
- patch applied (packages/containers): follow library changes
Ian Lynagh
- patch applied (packages/process): follow library changes
Ian Lynagh
- patch applied (packages/unix): follow library changes
Ian Lynagh
- patch applied (packages/base): Add missing files
Ian Lynagh
- patch applied (packages/network): Follow library changes
Ian Lynagh
- patch applied (packages/base): Don't make S_ISSOCK use conditional
Ian Lynagh
- patch applied (packages/base): Unbreak the GHC build with older
versions of gcc
Ian Lynagh
- patch applied (packages/base): Don't define __hscore_s_issock on
Windows
Ian Lynagh
- patch applied (packages/HaXml): cosmetic change to shut up cabal
warnings (true -> True, hs-source-dirs: )
Malcolm Wallace
- patch applied (packages/HaXml): introducing myBracket,
replaced some bracket with myBracket fixing xhtml dtd parsing
failure
Malcolm Wallace
- patch applied (packages/HaXml): find referenced files relative to
the one currently beeing parsed
Malcolm Wallace
- patch applied (packages/HaXml): moved "file " ++ to the output
function
Malcolm Wallace
- patch applied (packages/HaXml): fix of previous fix. references
with relative filepaths will be found now, will not work for urls
Malcolm Wallace
- patch applied (packages/Cabal): Fix cabal_macros.h for package
names containing '-'
Ian Lynagh
- patch applied (packages/Cabal): Fix to compile with
base-1.0:Data.List
Ian Lynagh
- patch applied (packages/ghc-prim): In Setup,
tell haddock about GHC.Prim
Ian Lynagh
- patch applied (packages/QuickCheck): Fix bug in variant
Ian Lynagh
- patch applied (packages/editline): Make
include/HsEditlineConfig.h[.in] boring.
Ian Lynagh
- patch applied (packages/containers): Fixed typo in updateMinWithKey
/ updateMaxWithKey
Simon Marlow
- patch applied (packages/base): Generic functions that take integral
arguments should work the same way as their prelude counterparts
Ian Lynagh
- patch applied (packages/base): We should be including Rts.h here,
not Stg.h
Simon Marlow
- patch applied (packages/Cabal): Remove unused 'breaks' util function
Ian Lynagh
- patch applied (packages/Cabal): Fix the permission that we give
wrapper scripts
Ian Lynagh
- patch applied (packages/Cabal): In "Setup makefile",
don't build the vanilla way if it's disabled
Ian Lynagh
- patch applied (packages/Cabal): Set GHCI_LIB to "" in "Setup
makefile" if GHC libs are disabled
Ian Lynagh
- patch applied (packages/time): remove -ffi options (in favour of
-XForeignFunctionInterface)
Ashley Yakeley
- patch applied (packages/base): Fix bugs in Text.Printf (#1548)
Simon Marlow
- patch applied (packages/ghc-prim): Fix compilation of Setup.hs with
GHC 6.9
Ian Lynagh
- patch applied (packages/base): In nhc98, Word is a type synonym,
so class instance is not possible.
Malcolm Wallace
- patch applied (packages/network): Check sockaddr.sa_len by configure
Simon Marlow
- patch applied (packages/Cabal): Documentation only: fix typo in
comment
Ian Lynagh
- patch applied (packages/Cabal): Documentation only: grammar fix in
comment
Ian Lynagh
- patch applied (packages/Cabal): Documentation only: more
typos/punctuation
Ian Lynagh
- patch applied (packages/Cabal): workaround for nhc98,
which does not have System.Posix.Internals
Ian Lynagh
- patch applied (packages/Cabal): pass -B flag to help gcc find
libraries on Windows
Ian Lynagh
- patch applied (packages/Cabal): Check for -optl-s as well as an
alias of the more common -optl-Wl, -s
Ian Lynagh
- patch applied (packages/Cabal): Fix the env var names used in the
Paths module
Ian Lynagh
- patch applied (packages/Cabal): Make the new permissions compat
module compile
Ian Lynagh
- patch applied (packages/Cabal): Add an additional program post-conf
action
Ian Lynagh
- patch applied (packages/Cabal): Pass any additional gcc options
through to gcc when calling hsc2hs
Ian Lynagh
- patch applied (packages/Cabal): Yet another go at making gcc -B
work properly on windows
Ian Lynagh
- patch applied (packages/Cabal): Generalise the type of onException
Ian Lynagh
- patch applied (packages/Cabal): Implement openNewBinaryFile in a
Compat module
Ian Lynagh
- patch applied (packages/Cabal): Cope with gcc.exe and ld.exe not
being where ex expect on Windows
Ian Lynagh
- patch applied (packages/Cabal): Allow addKnownProgram to be used as
an update, not just insert
Ian Lynagh
- patch applied (packages/Cabal): On windows,
fail if ghc's gcc or ld are not found
Ian Lynagh
- patch applied (packages/Cabal): Tell gcc on Windows where
include/mingw is
Ian Lynagh
- patch applied (packages/Cabal): filter mingw include directories
out of rts's installDirs
Ian Lynagh
- patch applied (packages/array): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/base): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/base3-compat): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/Cabal): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/containers): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/directory): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/editline): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/filepath): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/ghc-prim): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/haskell98): TAG 2008-05-28
Ian Lynagh
- patch applied (packages/haskell98): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/hpc): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/integer-gmp): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/old-locale): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/old-time): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/packedstring): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/pretty): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/process): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/random): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/syb): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/template-haskell): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/unix): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/Win32): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/HUnit): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/QuickCheck): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/haskell-src): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/html): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/mtl): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/network): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/parsec): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/parallel): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/regex-base): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/regex-compat): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/regex-posix): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (packages/stm): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (packages/time): TAG 6.10 branch has been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/array): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/base): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/base3-compat): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/bytestring): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/containers): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/directory): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/editline): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/filepath): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/ghc-prim): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/haskell98): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/hpc): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/integer-gmp): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/old-locale): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/old-time): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/packedstring): TAG 6.10 branch has
been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/pretty): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/process): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/random): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/syb): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/template-haskell): TAG 6.10 branch
has been forked
Ian Lynagh
- patch applied (ghc-6.10/packages/unix): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/Win32): TAG 6.10 branch has been
forked
Ian Lynagh
- patch applied (ghc-6.10/packages/array): Bump version number to
0.2.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/base): Pad version number to
4.0.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/bytestring): Bump version number
to 0.9.0.1.2
Ian Lynagh
- patch applied (ghc-6.10/packages/bytestring): Update build-deps
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Fix building with GHC 6.6
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Update build-deps
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Correct the version number
in the Makefile
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Bump version number to
1.5.5
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): TAG 1.5.5
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Update the version number
in the Makefile
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Rename --distdir flag to
--builddir
Ian Lynagh
- patch applied (ghc-6.10/packages/containers): Bump version number
to 0.2.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/directory): Bump version number to
1.0.0.2
Ian Lynagh
- patch applied (ghc-6.10/packages/editline): Pad version number to
0.2.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/filepath): Bump version number to
1.1.0.1
Ian Lynagh
- patch applied (ghc-6.10/packages/ghc-prim): Pad version number to
0.1.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/haskell98): Pad version number to
1.0.1.0
Ian Lynagh
- patch applied (ghc-6.10/packages/hpc): Bump version number to
0.5.0.2
Ian Lynagh
- patch applied (ghc-6.10/packages/hpc): Update build-deps
Ian Lynagh
- patch applied (ghc-6.10/packages/integer-gmp): Pad version number
to 0.1.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/old-locale): Bump version number
to 1.0.0.1
Ian Lynagh
- patch applied (ghc-6.10/packages/old-time): Bump version number to
1.0.0.1
Ian Lynagh
- patch applied (ghc-6.10/packages/packedstring): Bump version number
to 0.1.0.1
Ian Lynagh
- patch applied (ghc-6.10/packages/pretty): Bump version number to
1.0.1.0
Ian Lynagh
- patch applied (ghc-6.10/packages/process): Bump version number to
1.0.1.0
Ian Lynagh
- patch applied (ghc-6.10/packages/random): Bump version number to
1.0.0.1
Ian Lynagh
- patch applied (ghc-6.10/packages/syb): Pad version number to 0.1.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/template-haskell): Bump version
number to 2.3.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/unix): Bump version number to
2.3.1.0
Ian Lynagh
- patch applied (ghc-6.10/packages/Win32): Bump version number to 2.2
Ian Lynagh
- patch applied (ghc-6.10/packages/Win32): Pad version number to
2.2.0.0
Ian Lynagh
- patch applied (packages/array): Bump version number to 0.2.0.0
Ian Lynagh
- patch applied (packages/base): Pad version number to 4.0.0.0
Ian Lynagh
- patch applied (packages/Cabal): Bump version number to 1.5.5
Ian Lynagh
- patch applied (packages/Cabal): TAG 1.5.5
Ian Lynagh
- patch applied (packages/Cabal): Fix building with GHC 6.6
Ian Lynagh
- patch applied (packages/Cabal): Update build-deps
Ian Lynagh
- patch applied (packages/Cabal): Correct the version number in the
Makefile
Ian Lynagh
- patch applied (packages/Cabal): Update the version number in the
Makefile
Ian Lynagh
- patch applied (packages/Cabal): Rename --distdir flag to --builddir
Ian Lynagh
- patch applied (packages/containers): Bump version number to 0.2.0.0
Ian Lynagh
- patch applied (packages/directory): Bump version number to 1.0.0.2
Ian Lynagh
- patch applied (packages/editline): Pad version number to 0.2.0.0
Ian Lynagh
- patch applied (packages/filepath): Bump version number to 1.1.0.1
Ian Lynagh
- patch applied (packages/ghc-prim): Pad version number to 0.1.0.0
Ian Lynagh
- patch applied (packages/haskell98): Pad version number to 1.0.1.0
Ian Lynagh
- patch applied (packages/hpc): Bump version number to 0.5.0.2
Ian Lynagh
- patch applied (packages/hpc): Update build-deps
Ian Lynagh
- patch applied (packages/integer-gmp): Pad version number to 0.1.0.0
Ian Lynagh
- patch applied (packages/old-locale): Bump version number to 1.0.0.1
Ian Lynagh
- patch applied (packages/old-time): Bump version number to 1.0.0.1
Ian Lynagh
- patch applied (packages/packedstring): Bump version number to
0.1.0.1
Ian Lynagh
- patch applied (packages/pretty): Bump version number to 1.0.1.0
Ian Lynagh
- patch applied (packages/process): Bump version number to 1.0.1.0
Ian Lynagh
- patch applied (packages/random): Bump version number to 1.0.0.1
Ian Lynagh
- patch applied (packages/syb): Pad version number to 0.1.0.0
Ian Lynagh
- patch applied (packages/template-haskell): Bump version number to
2.3.0.0
Ian Lynagh
- patch applied (packages/unix): Bump version number to 2.3.1.0
Ian Lynagh
- patch applied (packages/Win32): Bump version number to 2.2
Ian Lynagh
- patch applied (packages/Win32): Pad version number to 2.2.0.0
Ian Lynagh
- patch applied (ghc-6.10/packages/Cabal): Fix how Cabal makes the
value for __GLASGOW_HASKELL__
Ian Lynagh
- patch applied (packages/base): Restore the Haskell 98 behaviour of
Show Ratio (#1920)
Simon Marlow
- patch applied (packages/Cabal): Fix how Cabal makes the value for
__GLASGOW_HASKELL__
Ian Lynagh
- patch applied (ghc-6.10/packages/base): Restore the Haskell 98
behaviour of Show Ratio (#1920)
Ian Lynagh
- patch applied (packages/containers): export Data.Map.toDescList,
foldlWithKey, and foldrWithKey (trac ticket 2580)
Ian Lynagh
- patch applied (packages/integer-gmp): Move the Integer type
definition into GHC.Integer.Internals
Ian Lynagh
- patch applied (ghc-6.10/packages/integer-gmp): Move the Integer
type definition into GHC.Integer.Internals
Ian Lynagh
- patch applied (packages/directory): Fix these tests
Simon Marlow
- patch applied (packages/unix): catch up with exception changes
Simon Marlow
- patch applied (packages/stm): add test for #2411
Simon Marlow
- patch applied (packages/stm): follow Control.Exception changes
Simon Marlow
- patch applied (ghc-6.10/packages/directory): Fix these tests
Ian Lynagh
Last message date:
Tue Sep 30 13:48:44 EST 2008
Archived on: Tue Sep 30 13:45:29 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).