October 2007 Archives by thread
Starting: Tue Oct 16 05:13:12 EST 2007
Ending: Wed Oct 31 21:12:24 EST 2007
Messages: 237
- patch applied (cabal-install): Change Cabal dep to >=1.2 now that
the required patches are in the 1.2 branch. This should
really be >= 1.2.1,
but the version number of the 1.2 has not been bumped yet.
bjorn at bringert.net
- patch applied (cabal-install): Changed zlib dependency to 0.3 to be
able to compile using 6.6 and deps from hackage.
bjorn at bringert.net
- patch applied (cabal-install): Added deriving Show to all the types
in Hackage.Types, useful for debugging.
bjorn at bringert.net
- patch applied (cabal-install): Set preifx to the global default
when the config file says to do a global install. This still
doesn't work if --global is given on the command line. Print
the complete config if verbosity >= verbose. Don't save
prefix to the config file,
since that means we will use the user default even for global
installs.
bjorn at bringert.net
- patch applied (cabal-install): Removed mtl and unix dependencies,
they don't seem to be required.
bjorn at bringert.net
- patch applied (cabal-install): The ConfigFlags now contain two
different sets of install dirs,
one for global and one for user installs.
bjorn at bringert.net
- patch applied (cabal-install): Moved the local package index
reading to a new module, Hackage.Index.
bjorn at bringert.net
- patch applied (cabal-install): Parse multiple repo urls listed in
the .cabal/config correctly
Duncan Coutts
- patch applied (cabal-install): Make package searches ~100x faster
but less featurefull
Duncan Coutts
- patch applied (cabal-install): Clean up redundant imports
Duncan Coutts
- patch applied (cabal-install): Portability fixes to allow building
with ghc-6.4 and ghc-6.6
Duncan Coutts
- patch applied (packages/time): Allow a colon between the hours and
minutes when parsing with %z and %Z.
bjorn at bringert.net
- patch applied (packages/time): Document the format used for output
with %z.
bjorn at bringert.net
- patch applied (packages/time): Haddock for parseTime and friends.
bjorn at bringert.net
- patch applied (packages/Cabal): Expose parseDescription.
Ross Paterson
- patch applied (bytestring): Make it build with ghc-6.4 and 6.6
Duncan Coutts
- patch applied (cabal-install): Fixed error message when some
depedencies couldn't be resolved. Before it used show on
Dependency, not showDependency.
bjorn at bringert.net
- patch applied (cabal-install): Parse command line arguments as
either Dependency or PackageIDentifier,
to allow e.g. 'cabal install binary-0.3'.
bjorn at bringert.net
- patch applied (cabal-install): Added explicit Cabal imports to
Utils.
bjorn at bringert.net
- patch applied (cabal-install): Pass on the compiler to use when
building a package
Duncan Coutts
- patch applied (cabal-install): It builds with HTTP-3001 as well.
Duncan Coutts
- patch applied (cabal-install): Fix handling of unadorned package
names
Duncan Coutts
- patch applied (packages/base): clean up duplicate code
Simon Marlow
- patch applied (ghc-6.8/packages/bytestring): Use new style syntax
in .cabal file and use configurations for ghc-6.4.2
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Export isInfixOf from
Data.ByteString.Char8
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Note that the
ByteString searching api is about to be replaced
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): extra ,
at end of line not accepted by the head
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): bytestring head
depends on array
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): fix for Hugs: import
internal newForeignPtr_
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Make it build with
ghc-6.4.2
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Haddock section header
fixes, spelling, and trivial whitespace bits
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Comment out Cabal
version check
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): Make it build with
ghc-6.4 and 6.6
Duncan Coutts
- patch applied (packages/QuickCheck): Use configurations to allow
building with older ghc & base lib
Duncan Coutts
- patch applied (ghc-6.8/packages/base): Clean up .cabal file a bit
Duncan Coutts
- patch applied (ghc-6.8/packages/process): Replace 20 lines of
Setup.hs code with 2 lines of configuration in .cabal file
Duncan Coutts
- patch applied (ghc-6.8/packages/process): Move extra-tmp-files to
right section and specify build-type and cabal-version
Duncan Coutts
- patch applied (ghc-6.8/packages/readline): Use configurations to
allow building with older ghc & base lib
Duncan Coutts
- patch applied (packages/unix): Also guard the foreign declaration
of __hsunix(grant|unlock)pt by HAVE_PTSNAME
Simon Marlow
- patch applied (ghc-6.8/packages/containers): Specify build-type:
Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/directory): Specify build-type:
Configure
Duncan Coutts
- patch applied (ghc-6.8/packages/filepath): Specify build-type:
Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/haskell98): Specify build-type:
Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/old-locale): Specify build-type:
Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/old-time): Specify build-type:
Configure
Duncan Coutts
- patch applied (ghc-6.8/packages/packedstring): Specify build-type:
Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/pretty): Specify build-type: Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/random): Specify build-type: Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/template-haskell): Specify
build-type: Simple
Duncan Coutts
- patch applied (ghc-6.8/packages/unix): Specify build-type: Configure
Duncan Coutts
- patch applied (ghc-6.8/packages/Win32): Specify build-type:
Configure
Duncan Coutts
- patch applied (ghc-6.8/packages/hpc): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/base): FIX #1652: openTempFile should
accept an empty string for the directory
Simon Marlow
- patch applied (packages/directory): Move tests from
testsuite/tests/ghc-regress/lib/Directory
Simon Marlow
- patch applied (packages/directory): move copyFile001 from testsuite
Simon Marlow
- patch applied (packages/directory): import System.Directory,
not Directory
Simon Marlow
- patch applied (packages/directory): add test for #1652
Simon Marlow
- patch applied (ghc-6.8/packages/process): Don't use tabs in .cabal
files
Duncan Coutts
- patch applied (packages/monadLib): Remove experimental tree
tarnsformer (to be moved in monadLib)
diatchki at cse.ogi.edu
- patch applied (packages/monadLib): Add an initial version of SearchT
diatchki at cse.ogi.edu
- patch applied (packages/ALUT): Specify build-type: Configure
Duncan Coutts
- patch applied (packages/GLUT): Use configurations to allow building
with ghc-6.4, 6.6, 6.8
Duncan Coutts
- patch applied (packages/HUnit): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/QuickCheck): Don't use tabs in .cabal files
Duncan Coutts
- patch applied (packages/Cabal): Haddock comment for the available
dependencies argument to finalizePackageDescription.
Duncan Coutts
- patch applied (packages/Cabal): Fix GenericPrackageDescription
pretty printing to make it parsable. It still does not
include all information.
Duncan Coutts
- patch applied (packages/Cabal): Bump version number to 1.3
Duncan Coutts
- patch applied (packages/Cabal): Rename parseDescription to
parsePackageDescription.
Duncan Coutts
- patch applied (packages/Cabal): Remove commented-out code.
Duncan Coutts
- patch applied (packages/Cabal): Use -O2 for compiling .c files when
we configure --enable-optimization
Duncan Coutts
- patch applied (packages/Cabal): Update documentation on
configurations
Duncan Coutts
- patch applied (packages/Cabal): Pass -w -v0 to ghc when compiling
Setup.{lhs, hs} in SetupWrapper when verbosity == silent.
Duncan Coutts
- patch applied (packages/Cabal): Change --verbosity= option of
SetupWrapper (cabal-setup) to --verbose=,
since that is what the rest of Cabal uses.
Duncan Coutts
- patch applied (packages/Cabal): Pass -c (silent create) to ar when
verbosity < normal.
Duncan Coutts
- patch applied (packages/Cabal): When parsing ghc-pkg output,
only look at the first package.conf file for GlobalPackageDB and
SpecificPackageDB, and all package.conf files for UserPackageDB.
Duncan Coutts
- patch applied (packages/Cabal): Add logging functions notice, info,
debug functions and use them consistently
Duncan Coutts
- patch applied (packages/Cabal): Update the TODO list,
mostly removing things.
Duncan Coutts
- patch applied (packages/Cabal): Note current development version
number in release notes
Duncan Coutts
- patch applied (packages/Cabal): Move ghcVerbosity function into GHC
module to share code
Duncan Coutts
- patch applied (packages/Cabal): Change the handling of cpp & ghc
flags for hsc2hs
Duncan Coutts
- patch applied (packages/Cabal): Figure out if hsc2hs is using gcc
or ghc as it's C compiler
Duncan Coutts
- patch applied (packages/Cabal): Add a "cpp-options:" field and use
it for pre-processing .hs .hsc .chs files
Duncan Coutts
- patch applied (packages/Cabal): Use cpp-options rather than abusing
ghc-options
Duncan Coutts
- patch applied (packages/Cabal): don't fail if xxx_hsc_make.c is gone
Duncan Coutts
- patch applied (packages/Cabal): FIX GHC bug #1785: use 2048 as the
maximum command-line size
Simon Marlow
- patch applied (packages/directory): this sneaked in somehow
Simon Marlow
- patch applied (packages/Cabal): refinement of fix for #1785: don't
use xargs' -s option at all
Simon Marlow
- patch applied (ghc-6.8/packages/base): FIX #1652: openTempFile
should accept an empty string for the directory
Ian Lynagh
- patch applied (ghc-6.8/packages/directory): Move tests from
testsuite/tests/ghc-regress/lib/Directory
Ian Lynagh
- patch applied (ghc-6.8/packages/directory): move copyFile001 from
testsuite
Ian Lynagh
- patch applied (ghc-6.8/packages/directory): import System.Directory,
not Directory
Ian Lynagh
- patch applied (ghc-6.8/packages/directory): add test for #1652
Ian Lynagh
- patch applied (ghc-6.8/packages/readline): Add interface for
rl_completion_word_break_hook (version 5.0 or higher).
Ian Lynagh
- patch applied (ghc-6.8/packages/unix): Also guard the foreign
declaration of __hsunix(grant|unlock)pt by HAVE_PTSNAME
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Adding new test accepted files
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Adding new case to test
otherwise properly
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Adding trivial Makefile to
hpc makefile
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Adding bootstrapping testing
script to Makefile
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Adding more tests to hpc,
including overlays
Ian Lynagh
- patch applied (packages/arrows): remove Data.Stream in favour of
the Stream package
Ross Paterson
- patch applied (bytestring): TAG 0.9
Duncan Coutts
- patch applied (ghc-6.8/packages/bytestring): TAG 0.9
Duncan Coutts
- patch applied (packages/Cabal): Correct the spelling of mingw32 in
os alias list
Duncan Coutts
- patch applied (cabal-install): Update description
Duncan Coutts
- patch applied (cabal-install): Bump version to 0.4.0
Duncan Coutts
- patch applied (cabal-install): TAG 0.4.0
Duncan Coutts
- patch applied (cabal-install): Remove old non-existant copyright
file from extra-source-files
Duncan Coutts
- patch applied (cabal-setup): Bump minor version number to 1.2.1 and
use new syntax in .cabal file
Duncan Coutts
- patch applied (cabal-setup): TAG 1.2.1
Duncan Coutts
- patch applied (packages/unix): Support for 57600 and 115200
baudrates
Simon Marlow
- patch applied (packages/network): Specify build-type: Configure
Duncan Coutts
- patch applied (packages/OpenAL): Specify build-type: Configure
Duncan Coutts
- patch applied (packages/parallel): Specify build-type: Simple and
require base >= 3
Duncan Coutts
- patch applied (packages/regex-compat): Remove unecessary code from
Setup.hs and specify build-type: Simple
Duncan Coutts
- patch applied (packages/haskell-src): Use configurations to allow
building with ghc-6.4, 6.6, 6.8
Duncan Coutts
- patch applied (packages/html): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/OpenGL): Specify build-type: Configure
Duncan Coutts
- patch applied (packages/parsec): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/regex-base): Use configurations to allow
building with ghc-6.6, 6.8
Duncan Coutts
- patch applied (packages/regex-posix): Use configurations and a bit
of cpp to allow building with ghc-6.6, 6.8
Duncan Coutts
- patch applied (packages/time): Use configurations to allow building
with ghc-6.6, 6.8
Duncan Coutts
- patch applied (packages/base): base in 6.8 and head branch should
be version 3.0
Simon Marlow
- patch applied (packages/base): Clean up .cabal file a bit
Simon Marlow
- patch applied (packages/containers): Specify build-type: Simple
Simon Marlow
- patch applied (packages/directory): Specify build-type: Configure
Simon Marlow
- patch applied (packages/filepath): Specify build-type: Simple
Simon Marlow
- patch applied (packages/filepath): Bump version number to 1.1
Simon Marlow
- patch applied (packages/haskell98): Bump version number
Simon Marlow
- patch applied (packages/haskell98): Specify build-type: Simple
Simon Marlow
- patch applied (packages/old-locale): Specify build-type: Simple
Simon Marlow
- patch applied (packages/old-time): Specify build-type: Configure
Simon Marlow
- patch applied (packages/packedstring): Specify build-type: Simple
Simon Marlow
- patch applied (packages/pretty): Specify build-type: Simple
Simon Marlow
- patch applied (packages/process): Replace 20 lines of Setup.hs code
with 2 lines of configuration in .cabal file
Simon Marlow
- patch applied (packages/process): Don't use tabs in .cabal files
Simon Marlow
- patch applied (packages/process): Move extra-tmp-files to right
section and specify build-type and cabal-version
Simon Marlow
- patch applied (packages/random): Specify build-type: Simple
Simon Marlow
- patch applied (packages/readline): bump the version number
Simon Marlow
- patch applied (packages/readline): Use configurations to allow
building with older ghc & base lib
Simon Marlow
- patch applied (packages/template-haskell): Bump version number
Simon Marlow
- patch applied (packages/template-haskell): Copy description for the
Cabal file from prologue.txt
Simon Marlow
- patch applied (packages/template-haskell): Specify build-type:
Simple
Simon Marlow
- patch applied (packages/unix): Bump version number
Simon Marlow
- patch applied (packages/unix): Specify build-type: Configure
Simon Marlow
- patch applied (packages/unix): Remove incorrect comment
Simon Marlow
- patch applied (packages/Win32): Specify build-type: Configure
Simon Marlow
- patch applied (packages/hpc): Specify build-type: Simple
Simon Marlow
- patch applied (cabal-install): Read/write binary files using
ByteString without .Char8 modules
Duncan Coutts
- patch applied (packages/polyparse): bump version to 1.1,
update build scripts etc
Malcolm Wallace
- patch applied (packages/polyparse): update docs for release
Malcolm Wallace
- patch applied (packages/polyparse): TAG release 1.1
Malcolm Wallace
- patch applied (packages/HaXml): make lazy HTML-parsing slightly
lazier
Malcolm Wallace
- patch applied (packages/HaXml): add some more commitment points in
the XML parsers
Malcolm Wallace
- patch applied (packages/HaXml): Fix a space leak in Xtract.
Malcolm Wallace
- patch applied (packages/HaXml): use the Poly.NoLeak parser
combinators
Malcolm Wallace
- patch applied (packages/HaXml): bump version to 1.19
Malcolm Wallace
- patch applied (packages/HaXml): update docs for release
Malcolm Wallace
- patch applied (packages/mtl): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/HaXml): fix call of HsColour for modern
cmdline flags
Malcolm Wallace
- patch applied (packages/regex-compat): Make the base >= 2.0
requirement explicit
Duncan Coutts
- patch applied (packages/regex-base): Allow building with base-1.0
Duncan Coutts
- patch applied (packages/HGL): Use configurations to enable building
with old versions of base
Duncan Coutts
- patch applied (packages/HGL): Eliminate autoconf,
use Cabal configurations instead
Duncan Coutts
- patch applied (ghc-6.8/packages/array): Specify build-type: Simple
Duncan Coutts
- patch applied (packages/regex-posix): CPP extension required for
building haddock docs
Duncan Coutts
- patch applied (packages/base): FIX #1258: document that
openTempFile is secure(ish)
Simon Marlow
- patch applied (packages/network): Compatability with ghc-6.4
Duncan Coutts
- patch applied (packages/array): FIX #1270: add Eq instances for
STUArray and IOUArray
Simon Marlow
- patch applied (packages/array): Hugs: add Eq instance for STUArray
Ross Paterson
- patch applied (packages/base): Fix doc building with Haddock 0.9
Simon Marlow
- patch applied (packages/polyparse): fix build for nhc98
Malcolm Wallace
- patch applied (ghc-6.8/packages/array): FIX #1270: add Eq instances
for STUArray and IOUArray
Ian Lynagh
- patch applied (ghc-6.8/packages/base): FIX #1258: document that
openTempFile is secure(ish)
Ian Lynagh
- patch applied (ghc-6.8/packages/base): Fix doc building with
Haddock 0.9
Ian Lynagh
- patch applied (packages/Cabal): Refuse to run any commands if the
.cabal has been modified
Simon Marlow
- patch applied (packages/polyparse): ugly hack to avoid a bizarre
defaulting error in nhc98
Malcolm Wallace
- patch applied (bytestring): typo in doc
Don Stewart
- patch applied (packages/Cabal): fix XML (at least,
makes it work here)
Simon Marlow
- patch applied (packages/Cabal): fix $(TOP)
Simon Marlow
- patch applied (packages/Cabal): put the binary-dist copy in the
right place
Simon Marlow
- patch applied (ghc-6.8/packages/array): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/base): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/bytestring): Extend version number
to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/containers): Extend version number
to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/directory): Extend version number
to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/filepath): Extend version number to
4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/haskell98): Extend version number
to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/old-locale): Extend version number
to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/old-time): Extend version number to
4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/packedstring): Extend version
number to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/pretty): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/process): Extend version number to
4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/random): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/readline): Extend version number to
4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/template-haskell): Extend version
number to 4 components
Ian Lynagh
- patch applied (ghc-6.8/packages/unix): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/Win32): Extend version number to 4
components
Ian Lynagh
- patch applied (ghc-6.8/packages/hpc): Extend version number to 4
components
Ian Lynagh
- patch applied (packages/ALUT): Bump version number
Ian Lynagh
- patch applied (packages/GLUT): Bump version number
Ian Lynagh
- patch applied (packages/HGL): Bump version number
Ian Lynagh
- patch applied (packages/HUnit): Bump version number
Ian Lynagh
- patch applied (packages/ObjectIO): Bump version number
Ian Lynagh
- patch applied (packages/OpenAL): Bump version number
Ian Lynagh
- patch applied (packages/OpenGL): Bump version number
Ian Lynagh
- patch applied (packages/QuickCheck): Bump version number
Ian Lynagh
- patch applied (packages/X11): Bump version number
Ian Lynagh
- patch applied (packages/fgl): Bump version number
Ian Lynagh
- patch applied (packages/haskell-src): Bump version number
Ian Lynagh
- patch applied (packages/html): Bump version number
Ian Lynagh
- patch applied (packages/mtl): Bump version number
Ian Lynagh
- patch applied (packages/network): Bump version number
Ian Lynagh
- patch applied (packages/parallel): Bump version number
Ian Lynagh
- patch applied (packages/parsec): Bump version number
Ian Lynagh
- patch applied (packages/regex-base): Bump version number
Ian Lynagh
- patch applied (packages/regex-compat): Bump version number
Ian Lynagh
- patch applied (packages/regex-posix): Bump version number
Ian Lynagh
- patch applied (packages/stm): Bump version number
Ian Lynagh
- patch applied (packages/time): Bump version number
Ian Lynagh
- patch applied (packages/base): new Control.Compositor module
Ashley Yakeley
- patch applied (packages/base): new Control.Category,
ghc ticket #1773
Ashley Yakeley
- patch applied (packages/base): FIX BUILD: Haddock 1.x fails to
parse (Prelude..)
Simon Marlow
- patch applied (packages/random): FIX #1272: include the picoseconds
field of ClockTime in the seed
Simon Marlow
- patch applied (packages/unix): fix framework failures
Simon Marlow
- patch applied (packages/base): Fix performance regression:
re-instate -funbox-strict-fields
Simon Marlow
- patch applied (packages/base): fix nhc98 build: need a qualified
Prelude import
Malcolm Wallace
- patch applied (packages/base): add Control.Category to the nhc98
build
Malcolm Wallace
- patch applied (ghc-6.8/packages/base): Fix performance regression:
re-instate -funbox-strict-fields
Ian Lynagh
- patch applied (ghc-6.8/packages/random): FIX #1272: include the
picoseconds field of ClockTime in the seed
Ian Lynagh
- patch applied (packages/random): fix nhc98 build: recent change to
use picoseconds was not portable
Malcolm Wallace
- patch applied (packages/readline): Fix test for whether readline is
really editline to work for MacOS 10.5
chak at cse.unsw.edu.au
Last message date:
Wed Oct 31 21:12:24 EST 2007
Archived on: Wed Oct 31 21:09:46 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).