January 2007 Archives by author
Starting: Mon Jan 1 07:51:03 EST 2007
Ending: Wed Jan 31 19:54:33 EST 2007
Messages: 112
- patch applied (packages/base): IsString is GHC-only (so why is
it in the Prelude?)
Duncan Coutts
- patch applied (cabal): Ignoring user packages when installing
locally doesn' t make sense.
David Himmelstrup
- patch applied (cabal): -Wall clean fixes
Ian Lynagh
- patch applied (cabal): Improve cleaning
Ian Lynagh
- patch applied (cabal): More -Wall clean fixes
Ian Lynagh
- patch applied (cabal): Eliminate more warnings
Ian Lynagh
- patch applied (cabal): Remove some chatter from the test scripts
Ian Lynagh
- patch applied (cabal): Retab
Ian Lynagh
- patch applied (cabal): Beautify
Ian Lynagh
- patch applied (cabal): Give unrecognised flags more clearly
Ian Lynagh
- patch applied (cabal): Refer to the right variables
Ian Lynagh
- patch applied (cabal): Typo
Ian Lynagh
- patch applied (cabal): Make system tweaks to avoid cabal thinking
it isn' t bootstrapped when running the testsuite
Ian Lynagh
- patch applied (cabal): Rejig verbosity levels a bit;
1 is now the default (was 0)
Ian Lynagh
- patch applied (cabal): More verbosity tweaking
Ian Lynagh
- patch applied (cabal): Pass 0 verbosity on to GHC when building
Ian Lynagh
- patch applied (cabal): Quieten a test
Ian Lynagh
- patch applied (packages/network): network doesn'
t really need the html package
Ian Lynagh
- patch applied (cabal): Add -Wall to GHCFLAGS
Ian Lynagh
- patch applied (cabal): Make Makefile use the right ghc/ghc-pkg
Ian Lynagh
- patch applied (cabal): Always pass Hooks around, not Maybe Hooks
Ian Lynagh
- patch applied (cabal): No need for -fno-warn-unused-matches any more
Ian Lynagh
- patch applied (cabal): Fix warning
Ian Lynagh
- patch applied (cabal): Be less verbose at verbosity level 1
Ian Lynagh
- patch applied (cabal): Give feedback in runTests.sh
Ian Lynagh
- patch applied (cabal): Derive Show on various datatypes
Ian Lynagh
- patch applied (cabal): Pass verbosity info down to warn
Ian Lynagh
- patch applied (cabal): Quieten the testsuite more
Ian Lynagh
- patch applied (cabal): Testsuite quietening
Ian Lynagh
- patch applied (cabal): Track verbosity argument changes
Ian Lynagh
- patch applied (packages/base): Fix crash with (minBound :: Int*)
`div (-1) as result is maxBound + 1.
Ian Lynagh
- patch applied (ghc-6.6/packages/base): update section on "
blocking"
Ian Lynagh
- patch applied (ghc-6.6/packages/Win32): add a wrapper for
DeleteObject(), to avoid problem exposed by -fasm
Ian Lynagh
- patch applied (ghc-6.6/packages/base): Fix crash with (minBound ::
Int*) `div (-1) as result is maxBound + 1.
Ian Lynagh
- patch applied (packages/base): Added examples,
more detailed documentation to Data.List Extracting sublists
functions
Ian Lynagh
- patch applied (ghc-6.6/packages/base): Added examples,
more detailed documentation to Data.List Extracting sublists
functions
Ian Lynagh
- patch applied (ghc-6.6/packages/base): Don'
t require GHC/Prim.hs when booting from HC files
Ian Lynagh
- patch applied (packages/base): Add IsString class for overloaded
string literals.
Ian Lynagh
- patch applied (packages/base): Add Kleisli composition
Ian Lynagh
- patch applied (packages/base): Remove IsString(fromString) from the
Prelude
Ian Lynagh
- patch applied (ghc-6.6/packages/Win32): fix calling convention on
GetWindowsDirectoryW and GetSystemDirectoryW
Ian Lynagh
- patch applied (ghc-6.6/packages/Win32): spell " Finaliser"
with an " s" to fix a build problem and for consistency
Ian Lynagh
- patch applied (packages/mtl): Proposal in trac #1059:
Control.Monad.Error documentation
Ian Lynagh
- patch applied (packages/base): Eliminate some warnings
Ian Lynagh
- patch applied (packages/X11): make it work inplace
Simon Marlow
- patch applied (packages/X11): also compile Graphics.X11 (it was
missing)
Simon Marlow
- patch applied (packages/X11): add initThreads, lockDisplay,
unlockDisplay (threads support)
Simon Marlow
- patch applied (packages/X11): XNextEvent should be *safe*,
for correct behaviour with threads
Simon Marlow
- patch applied (packages/X11): bump version to 1.2 (added
thread-related functions)
Simon Marlow
- patch applied (packages/HGL): GHC: call X.initThreads if necessary
Simon Marlow
- patch applied (packages/HGL): depend on X11 >
= 1.2, we need X.initThreads
Simon Marlow
- patch applied (cabal): Fix non-fatal problem with '
setup haddock' for an exe package
Simon Marlow
- patch applied (cabal): Refactorings only
Simon Marlow
- patch applied (packages/base): update section on "
blocking"
Simon Marlow
- patch applied (packages/Win32): add a wrapper for DeleteObject(),
to avoid problem exposed by -fasm
Simon Marlow
- patch applied (packages/base): fix threadDelay
Simon Marlow
- patch applied (packages/mtl): update broken URL as noticed by
schneegloeckchen@gmx.li
Simon Marlow
- patch applied (packages/Win32): spell " Finaliser"
with an " s" to fix a build problem and for consistency
Simon Marlow
- patch applied (packages/base): IsString is GHC-only (so why is
it in the Prelude?)
Simon Marlow
- patch applied (packages/OpenGL): Note that we support OpenGL 2.1 now
Sven Panne
- patch applied (cabal): Set the Cabal version when building via the
fptools build system
Sven Panne
- patch applied (packages/X11): Warning police: Remove redundant
export/import
Sven Panne
- patch applied (packages/base): version of example using Tomasz
Zielonka' s technique
Ross Paterson
- patch applied (cabal): pass CABAL_VERSION to Hugs
Ross Paterson
- patch applied (cabal): remove two fromJust's
Ross Paterson
- patch applied (cabal): remove a use of null+head
Ross Paterson
- patch applied (cabal): add a Build-Type field,
and use it in setupWrapper
Ross Paterson
- patch applied (cabal): separate option for the compiler for Setup.hs
Ross Paterson
- patch applied (cabal): pass arguments through when performing the
setup actions ourselves
Ross Paterson
- patch applied (cabal): cabal-setup doesn't need -cpp
Ross Paterson
- patch applied (packages/base): Applicative and Monad instances for
Tree
Ross Paterson
- patch applied (packages/base): IsString is GHC-only (so why is it
in the Prelude?)
Ross Paterson
- patch applied (packages/base): version of example using Tomasz
Zielonka' s technique
Donald Bruce Stewart
- patch applied (packages/base): IsString is GHC-only (so why is
it in the Prelude?)
Malcolm Wallace
- patch applied (packages/HaXml): Enable re-parsing and display of
AttValue with char/entity references
Malcolm Wallace
- patch applied (packages/HaXml): In Xtract patterns,
downcase HTML only for tags+attrnames, not attrvals.
Malcolm Wallace
- patch applied (cabal): Tarball index format support
bjorn at bringert.net
- patch applied (cabal): First attempt to make a new repository (url
in the configuration)
bjorn at bringert.net
- patch applied (cabal): added --inplace trick to cabal build so that
cabal-install can build on machines without cabal.
bjorn at bringert.net
- patch applied (cabal): a program to test download & install a bunch
of cabal packages
bjorn at bringert.net
- patch applied (cabal): Resolve Makefile conflict from importing
Cabal-with-install patches.
bjorn at bringert.net
- patch applied (cabal): Pulling changes from cabal-with-install:
Stripping off the dependencies, only HTTP left
bjorn at bringert.net
- patch applied (cabal): Pulling changes from cabal-with-install:
Multiple repositories.
bjorn at bringert.net
- patch applied (cabal): Pulling cabal-with-install into Cabal:
cabal-install.cabal changes.
bjorn at bringert.net
- patch applied (cabal): Pulling in cabal-install: changed default
Hackage DB URL.
bjorn at bringert.net
- patch applied (cabal): Removed old CabalInstall.hs (it has moved to
cabal-install/src in one of the pataches I pulled in).
bjorn at bringert.net
- patch applied (cabal): Added cabal-install dep on regex-compat.
bjorn at bringert.net
- patch applied (cabal): Imported all the cabal-install sources.
bjorn at bringert.net
- patch applied (cabal): Added HTTP package code used by
cabal-install.
bjorn at bringert.net
- patch applied (cabal): Added cabal-install Makefile.
bjorn at bringert.net
- patch applied (cabal): Added cabal-install test scripts.
bjorn at bringert.net
- patch applied (cabal): Updated cabal-install test scripts to use
the main Cabal repo.
bjorn at bringert.net
- patch applied (cabal): Moved the cabal-setup code to
Distribution.SetupWrapper,
so that cabal-install can use it. CabalSetup.hs now just calls the
setupWrapper function.
bjorn at bringert.net
- patch applied (cabal): Make cabal-install use setupWrapper (the
library version of cabal-setup).
bjorn at bringert.net
- patch applied (cabal): SetupWrapper now passes verbosity to other
functions, as required by Igloo' s patch.
bjorn at bringert.net
- patch applied (cabal): cabal-install: Output usage info for the
right command when pasrsing the package name arguments fails.
bjorn at bringert.net
- patch applied (cabal): cabal-install now puts the package list in
/var/lib/cabal-install and the tarballs in
/var/cache/cabal-install by default. Added command-line
options for changing those.
bjorn at bringert.net
- patch applied (cabal): fix ghc-options (not a listField)
bjorn at bringert.net
- patch applied (cabal): cabal-install --user now keeps package cache
and package list in ~/.cabal-install
bjorn at bringert.net
- patch applied (cabal): cabal-install.cabal: Added build-type field.
Change hs-source-dir to hs-source-dirs (hs-source-dir has
been deprecated for some time).
bjorn at bringert.net
- patch applied (cabal): cabal-install now caches downloaded packages
in the directory for the package, and with .tar.gz extension.
bjorn at bringert.net
- patch applied (packages/monads): TAG Version 2
diatchki at cse.ogi.edu
- patch applied (packages/monads): Remove version 2
diatchki at cse.ogi.edu
- patch applied (packages/monads): Add version 3
diatchki at cse.ogi.edu
- patch applied (packages/monads): README fix
diatchki at cse.ogi.edu
- patch applied (packages/monads): Spelling
diatchki at cse.ogi.edu
- patch applied (packages/monads): Modified Cabal file
diatchki at cse.ogi.edu
- patch applied (packages/monads): Added a strict identity monad
diatchki at cse.ogi.edu
- patch applied (packages/monads): cosmetic
diatchki at cse.ogi.edu
- patch applied (packages/monads): Haddock ' ->
@ tweaks. Modules alone in .cabal lines.
diatchki at cse.ogi.edu
- patch applied (packages/monads): we don'
t use poly components now
diatchki at cse.ogi.edu
- patch applied (packages/monads): joining transformers
diatchki at cse.ogi.edu
Last message date:
Wed Jan 31 19:54:33 EST 2007
Archived on: Wed Jan 31 19:49:28 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).