January 2008 Archives by thread
Starting: Tue Jan 1 15:42:18 EST 2008
Ending: Tue Jan 29 16:33:57 EST 2008
Messages: 70
- patch applied (packages/Cabal): Use getTemporaryDirectory from
Distribution.Compat.Direcotry
Clemens Fruhwirth
- patch applied (packages/Cabal): Use os(windows) not os(win32) in
user guide configurations example
Clemens Fruhwirth
- patch applied (packages/Cabal): Set dynlibdir to $libdir per
default.
Clemens Fruhwirth
- patch applied (packages/HaXml): No need to use GHC-Options: -O2
since cabal uses optimisations by default
Malcolm Wallace
- patch applied (packages/HaXml): Make it build with new and old
versions of the base lib
Malcolm Wallace
- patch applied (packages/HaXml): Revert to hs-source-dir from
hs-source-dirs, once again.
Malcolm Wallace
- patch applied (bytestring): note that Lazy.lines is too strict,
and sketch lazy imlementation
Don Stewart
- patch applied (packages/base): Remove redundant imports of GHC.Err
Simon Peyton Jones
- patch applied (packages/monadLib): Add Applicative instances
diatchki at cse.ogi.edu
- patch applied (packages/monadLib): Bump version to record Eric's
changes
diatchki at cse.ogi.edu
- patch applied (bytestring): instance IsString for strict and lazy
bytestrings. Use -XOverloadedStrings
Don Stewart
- patch applied (bytestring): fix laziness issue with Lazy.lines
Don Stewart
- patch applied (bytestring): bump version
Don Stewart
- patch applied (ghc-6.8/packages/base): TAG 2007-12-16
Ian Lynagh
- patch applied (ghc-6.8/packages/base): Remove redundant imports of
GHC.Err
Ian Lynagh
- patch applied (packages/monadLib): Adds 'Alternative' instances for
the transformers.
diatchki at cse.ogi.edu
- patch applied (packages/base): Fix comment on GHC.Ptr.minusPtr
Simon Peyton Jones
- patch applied (bytestring): todo, find the memcmp length threshodl
Don Stewart
- patch applied (bytestring): typo in doc. spotted by Johan Tibell
Don Stewart
- patch applied (packages/filepath): Fix: normalise "." should be "."
(not "")
Neil Mitchell
- patch applied (packages/filepath): The FilePath "" should not be
valid
Neil Mitchell
- patch applied (packages/filepath): Add splitSearchPathSystem,
which is necessary for GHC
Neil Mitchell
- patch applied (packages/filepath): Make isRelative on Windows have
the behaviour isRelative "c:foo" == True (before was False)
Neil Mitchell
- patch applied (packages/filepath): Update the hpc test script for
the new version of hpc (in GHC 6.8.1)
Neil Mitchell
- patch applied (packages/filepath): Remove splitSearchPathSystem:
code is simple and only required by GHC
Neil Mitchell
- patch applied (packages/filepath): Beef up the arbitrary generator
for FilePath,
now not all test data is constrained to 20 letters long
Neil Mitchell
- patch applied (packages/filepath): Test suite: always try the
static tests first, to increase the chances of erroring out early
Neil Mitchell
- patch applied (packages/filepath): Add some extra isValid
qualifiers to some of the tests
Neil Mitchell
- patch applied (packages/filepath): Add properties to equalFilePath,
and ensure that "" is not equal to "/"
Neil Mitchell
- patch applied (packages/filepath): Add changes to makeRelative,
so that makeRelative x x /= "" (now gives ".")
Neil Mitchell
- patch applied (packages/filepath): Under Windows,
"\\\\" is not a valid path (its a UNC path without the share name)
Neil Mitchell
- patch applied (packages/filepath): Add coarbitrary implementations
(just to stop compiler warnings)
Neil Mitchell
- patch applied (packages/filepath): Allow </> and <.> to appear in
tests
Neil Mitchell
- patch applied (packages/filepath): Rewrite a few tests using <.>
and </> instead of addExtension and combine
Neil Mitchell
- patch applied (packages/filepath): Add support for Valid a => in
tests, which forces the argument to be a valid FilePath
Neil Mitchell
- patch applied (packages/filepath): Add ==> combinator and use it in
the tests
Neil Mitchell
- patch applied (packages/filepath): Tidy up splitSearchPath,
minor refactoring
Neil Mitchell
- patch applied (packages/filepath): Make splitSearchPath return "."
for "" on Posix, to follow the OpenGroup recommendations
Neil Mitchell
- patch applied (packages/filepath): Allow the use of isPrefixOf and
isSuffixOf in the tests
Neil Mitchell
- patch applied (packages/filepath): Sort the free variables in a
test, to help track down errors more easily
Neil Mitchell
- patch applied (packages/filepath): Make hpc exclude the test
harness, and just focus on the libraries
Neil Mitchell
- patch applied (packages/filepath): Various extra properties (mainly
for hpc purposes)
Neil Mitchell
- patch applied (packages/filepath): Redefine splitDrive "/d" to be
("", "/d") - follows from the /c not being absolute
Neil Mitchell
- patch applied (packages/filepath): Changes to makeRelative
accounting for drives no longer including /
Neil Mitchell
- patch applied (packages/filepath): Additional properties,
as suggested by hpc
Neil Mitchell
- patch applied (packages/filepath): Rewrite makeRelative a bit to
get higher test coverage
Neil Mitchell
- patch applied (packages/unix): Add a test getUserEntryForName for
trac #1976
Ian Lynagh
- patch applied (packages/unix): Throw a proper exception if
getUserEntryForName fails to find an entry
Ian Lynagh
- patch applied (ghc-6.8/packages/unix): Throw a proper exception if
getUserEntryForName fails to find an entry
Ian Lynagh
- patch applied (ghc-6.8/packages/unix): Add a test
getUserEntryForName for trac #1976
Ian Lynagh
- patch applied (packages/base): Data.List.sort: force elements from
start to end.
Ian Lynagh
- patch applied (packages/Cabal): Comment out an unused binding
Ian Lynagh
- patch applied (packages/template-haskell): Support code for
quasi-quotation feature
Simon Peyton Jones
- patch applied (packages/template-haskell): Replace TH.Quasi by
TH.Quote
Simon Peyton Jones
- patch applied (packages/Cabal): Fix warnings in Cabal
Ian Lynagh
- patch applied (packages/base): haddock attributes for haddock-2.0
Ross Paterson
- patch applied (packages/base): Export topHandler,
topHandlerFastExit from GHC.TopHandler
Ian Lynagh
- patch applied (ghc-6.8/packages/base): Export topHandler,
topHandlerFastExit from GHC.TopHandler
Ian Lynagh
- patch applied (packages/base): Windows: large file support for
hFileSize and hSeek (#1771)
Simon Marlow
- patch applied (packages/base): add comment about lack of _chsize_s()
Simon Marlow
- patch applied (packages/directory): canonicalizePath should also do
System.FilePath.normalise
Simon Marlow
- patch applied (packages/array): new-style haddock attribute
Ross Paterson
- patch applied (packages/process): new-style haddock attribute
Ross Paterson
- patch applied (packages/arrows): update for new Category class
Ross Paterson
- patch applied (packages/base): The default uncaught exception
handler was adding an extra \n
Simon Marlow
- patch applied (packages/base): FIX #1936: hGetBufNonBlocking was
blocking on stdin/stdout/stderr
Simon Marlow
- patch applied (packages/Win32): build type should be Simple
Ross Paterson
- patch applied (packages/base): Generalise type of forever :: (Monad
m) => m a -> m b
Don Stewart
Last message date:
Tue Jan 29 16:33:57 EST 2008
Archived on: Tue Jan 29 16:33:22 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).