August 2007 Archives by thread
Starting: Wed Aug 1 06:40:53 EST 2007
Ending: Fri Aug 31 15:36:32 EST 2007
Messages: 277
- patch applied (cabal): FIX compilation with GHC 6.2.x
Simon Marlow
- patch applied (packages/base): Generalise the type of synthesize,
as suggested by Trac #1571
Simon Peyton Jones
- patch applied (packages/base): Temporarily fix breakage for nhc98.
Malcolm Wallace
- patch applied (packages/containers): Move throwErrnoPath* functions
from unix:System.Posix.Error
Ian Lynagh
- patch applied (packages/containers): Add simple haddock docs for
throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/containers): Export throwErrnoPath*
functions
Ian Lynagh
- patch applied (packages/containers): bytestring is now in its own
package
Ian Lynagh
- patch applied (packages/containers): Remove System.Posix.Signals
(moving to unix)
Ian Lynagh
- patch applied (packages/containers): Remove the rest of base to
leave a "containers" package
Ian Lynagh
- patch applied (packages/packedstring): Move throwErrnoPath*
functions from unix:System.Posix.Error
Ian Lynagh
- patch applied (packages/packedstring): Add simple haddock docs for
throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/packedstring): Export throwErrnoPath*
functions
Ian Lynagh
- patch applied (packages/packedstring): bytestring is now in its own
package
Ian Lynagh
- patch applied (packages/packedstring): Remove System.Posix.Signals
(moving to unix)
Ian Lynagh
- patch applied (packages/packedstring): Remove a number of modules
now in a "containers" package
Ian Lynagh
- patch applied (packages/packedstring): Remove the rest of base to
leave a "packedstring" package
Ian Lynagh
- patch applied (packages/array): Move throwErrnoPath* functions from
unix:System.Posix.Error
Ian Lynagh
- patch applied (packages/array): Add simple haddock docs for
throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/array): Export throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/array): bytestring is now in its own package
Ian Lynagh
- patch applied (packages/array): Remove System.Posix.Signals (moving
to unix)
Ian Lynagh
- patch applied (packages/array): Remove a number of modules now in a
"containers" package
Ian Lynagh
- patch applied (packages/array): Remove the rest of base to leave an
"array" package
Ian Lynagh
- patch applied (packages/base): fix Haddock markup
Simon Marlow
- patch applied (cabal): extraArgs should override args in command
lines
Duncan Coutts
- patch applied (cabal): Add readVersion convenience function to
Distribution.Version
Duncan Coutts
- patch applied (cabal): Fix name of flag in error message
Duncan Coutts
- patch applied (cabal): Cleanup. fix line length
Duncan Coutts
- patch applied (cabal): Move the SetupWrapper module under
Distribution.Simple
Duncan Coutts
- patch applied (cabal): Add documentation for Cabal Configurations.
Duncan Coutts
- patch applied (cabal): Add impl(...) conditional to configurations.
Duncan Coutts
- patch applied (cabal): Fix tab in Cabal.cabal.
Duncan Coutts
- patch applied (cabal): Disallow tabs .cabal files with new syntax
Duncan Coutts
- patch applied (cabal): Fix printing of 'impl' checks.
Duncan Coutts
- patch applied (cabal): Fix import path to HUnit.
Duncan Coutts
- patch applied (cabal): Change error message for tabs used as
indentation to something more
Duncan Coutts
- patch applied (cabal): Fix haddock markup for
finalizePackageDescription
Duncan Coutts
- patch applied (cabal): Make the writing registration script message
less silly
Duncan Coutts
- patch applied (cabal): Add message saying where haddock docs got put
Duncan Coutts
- patch applied (cabal): Less confusing haddock command output when
there are no libs in the package
Duncan Coutts
- patch applied (cabal): Improve hangling of the title and prolog for
haddock docs
Duncan Coutts
- patch applied (cabal): Make all the pre-processors use the Program
abstraction
Duncan Coutts
- patch applied (cabal): Clean up calling of ar,
make it use Program abstraction
Duncan Coutts
- patch applied (cabal): Clean up cpphs/ghc -cpp preprocessor code
Duncan Coutts
- patch applied (cabal): Add programPath :: Program -> FilePath
Duncan Coutts
- patch applied (cabal): Simplify rawSystemProgram using programPath
Duncan Coutts
- patch applied (cabal): Make the Compiler abstraction use the
Program abstraction
Duncan Coutts
- patch applied (cabal): Remove redundant configure flags,
missed bits of previous refactoring.
Duncan Coutts
- patch applied (cabal): Tidy some imports/exports
Duncan Coutts
- patch applied (cabal): Add version field to Program and add
findProgram(AndVersion) utilities
Duncan Coutts
- patch applied (cabal): Alter version parse error message to make it
clearer
Duncan Coutts
- patch applied (cabal): Put the haddock and hscolour version numbers
in the global ProgramConfiguration
Duncan Coutts
- patch applied (cabal): Remove
Distribution.Simple.Configure.findProgram as it's no longer used
Duncan Coutts
- patch applied (cabal): Change Compiler's compilerVersion fild to
compilerId
Duncan Coutts
- patch applied (cabal): -Wall police
Duncan Coutts
- patch applied (cabal): Clean up rather un-sbstract use of Compiler
in configure
Duncan Coutts
- patch applied (cabal): Move compiler-specific code for configurion
into compiler modules
Duncan Coutts
- patch applied (cabal): Remove compilerBinaryName,
use compilerId instead
Duncan Coutts
- patch applied (cabal): Try and simplify cleaning by always removing
dist
Duncan Coutts
- patch applied (cabal): Put the generated haddock-prolog file under
dist
Duncan Coutts
- patch applied (cabal): normalise the input and output file names
when pre-processing
Duncan Coutts
- patch applied (packages/directory): Restore working version of
copyFile for nhc98.
Malcolm Wallace
- patch applied (cabal): Correct the location of the haddock dir in
inplace registrations
Duncan Coutts
- patch applied (cabal): Add setup register --gen-pkg-config flag for
distros that want that.
Duncan Coutts
- patch applied (cabal): Don't complain about AllRightsReserved
licenses
Duncan Coutts
- patch applied (cabal): Add TypeFamilies extension
Ian Lynagh
- patch applied (cabal): extensionToGHCFlag is now version dependent,
and uses -XFoo flags for >=6.7
Ian Lynagh
- patch applied (cabal): Add StandaloneDeriving extension
Ian Lynagh
- patch applied (cabal): Pattern match on an OS datatype rather than
using ifdef everywhere
Ian Lynagh
- patch applied (packages/process): Remove tabs from the
process.cabal file
Ian Lynagh
- patch applied (cabal): Ask the compiler what languages it supports,
when possible
Ian Lynagh
- patch applied (packages/fgl): Correct the extensions list in the
Cabal file
Ian Lynagh
- patch applied (packages/mtl): Correc the extensions list in the
Cabal file
Ian Lynagh
- patch applied (cabal): Make things build with ghc-6.6.x rather than
just ghc HEAD
Duncan Coutts
- patch applied (cabal): Remove use of cpp in Distribution.System
Duncan Coutts
- patch applied (cabal): Remove more os-specific cppery
Duncan Coutts
- patch applied (cabal): Split up make target for documentation
generation. Allows to build
Duncan Coutts
- patch applied (cabal): Allow querying for the wildcard version
range.
Duncan Coutts
- patch applied (cabal): No longer fail to parse packages without any
library or executable
Duncan Coutts
- patch applied (cabal): Cosmetic cleanup (fix line length)
Duncan Coutts
- patch applied (cabal): Re-enable and update unit tests.
Duncan Coutts
- patch applied (cabal): Warn if no Cabal-version field is specified,
but new syntax is used.
Duncan Coutts
- patch applied (cabal): Fix translation of deprecated fields. Add
test case.
Duncan Coutts
- patch applied (cabal): Fix error message.
Duncan Coutts
- patch applied (cabal): Add a little documentation.
Duncan Coutts
- patch applied (cabal): Use String rather than importing a module
just to misuse a String type alias
Duncan Coutts
- patch applied (cabal): Add compilerExtensions field to Compiler and
make each compiler fill it in
Duncan Coutts
- patch applied (cabal): remove unused local vars
Duncan Coutts
- patch applied (cabal): Oops,
fix deprecated Distribution.Extension module
Duncan Coutts
- patch applied (packages/base): Clarify the swapMVar haddock doc
Ian Lynagh
- patch applied (cabal): Parse the output of ghc
--supported-languages correctly
Duncan Coutts
- patch applied (packages/Cabal): Parse the output of ghc
--supported-languages correctly
Simon Marlow
- patch applied (cabal): fix build with GHC 6.2.x
Simon Marlow
- patch applied (packages/Cabal): fix build with GHC 6.2.x
Simon Marlow
- patch applied (cabal): Cabal now depends on teh containers package
Ian Lynagh
- patch applied (packages/base): Move throwErrnoPath* functions from
unix:System.Posix.Error
Ian Lynagh
- patch applied (packages/base): Add simple haddock docs for
throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/base): Export throwErrnoPath* functions
Ian Lynagh
- patch applied (packages/base): bytestring is now in its own package
Ian Lynagh
- patch applied (packages/base): Remove System.Posix.Signals (moving
to unix)
Ian Lynagh
- patch applied (packages/base): Remove a number of modules now in a
"containers" package
Ian Lynagh
- patch applied (packages/base): Data.Array* and Data.PackedString
have now moved to their own packages
Ian Lynagh
- patch applied (packages/base): Move the datamap001 (our only test)
to the containers package
Ian Lynagh
- patch applied (packages/base): Remove bits left over from the old
build system
Ian Lynagh
- patch applied (packages/Cabal): Cabal now depends on teh containers
package
Ian Lynagh
- patch applied (packages/containers): We now depend on the array
package
Ian Lynagh
- patch applied (packages/containers): Move the datamap001 test from
base to here
Ian Lynagh
- patch applied (packages/containers): Fix datamap001 test
Ian Lynagh
- patch applied (packages/haskell98): We now depend on the array
package
Ian Lynagh
- patch applied (packages/bytestring): Remov the rest of base to
leave a bytestring package
Ian Lynagh
- patch applied (packages/bytestring): Add an Unsafe module for
upwards compatibility with the fusion bytestring
Ian Lynagh
- patch applied (packages/process): Move some internals to unix
Ian Lynagh
- patch applied (packages/template-haskell): We now depend on the
packedstring and containers packages
Ian Lynagh
- patch applied (packages/unix): Move throwErrnoPath* functions to
base:Foreign.C.Error
Ian Lynagh
- patch applied (packages/unix): Move System.Posix.Signals from base
Ian Lynagh
- patch applied (packages/unix): Remove bits left over from the old
build system
Ian Lynagh
- patch applied (packages/Win32): Remove bits left over from the old
build system
Ian Lynagh
- patch applied (packages/hpc): Add dep on the new containers package
Ian Lynagh
- patch applied (packages/array): Move Foldable and Traversable
instances for Array to Data.Array
Ian Lynagh
- patch applied (packages/base): Move Data.{Foldable,
Traversable} back to base
Ian Lynagh
- patch applied (packages/containers): Move Data.Foldable and
Data.Traversable back to base
Ian Lynagh
- patch applied (packages/containers): We need
Data.Generics.Instances (Data []) for the Data Tree instance
Ian Lynagh
- patch applied (cabal): Never generate empty language extension flags
Duncan Coutts
- patch applied (cabal): Use existing parsers to handle ghc-pkg field
output
Duncan Coutts
- patch applied (cabal): Explicit imports
Duncan Coutts
- patch applied (cabal): Clean up import ordering and format
Duncan Coutts
- patch applied (cabal): update ghc-pkg field parse error message
Duncan Coutts
- patch applied (packages/HGL): Add dep on array
Ian Lynagh
- patch applied (packages/fgl): Add deps on containers, array
Ian Lynagh
- patch applied (packages/haskell-src): Add dep on array
Ian Lynagh
- patch applied (packages/parallel): Add deps on containers, array
Ian Lynagh
- patch applied (packages/regex-base): Add deps on bytestring, array
Ian Lynagh
- patch applied (packages/stm): Add a dep on array
Ian Lynagh
- patch applied (packages/base): Don't try to build modules no longer
living in base.
Malcolm Wallace
- patch applied (packages/base): install Typeable.h for use by other
packages
Malcolm Wallace
- patch applied (packages/array): (partially) build array package
with nhc98
Malcolm Wallace
- patch applied (packages/unix): FIX BUILD on OS X: Check for
setitimer
Roman Leshchinskiy
- patch applied (cabal): ghc only supports the -x flag in 6.6 and
above
Duncan Coutts
- patch applied (cabal): Refactor the code for managing installation
directories
Duncan Coutts
- patch applied (packages/Win32): We now depend on bytestring
Ian Lynagh
- patch applied (packages/process): Use the right OS name in the
cabal file (mingw32 not windows)
Ian Lynagh
- patch applied (packages/process): Only #include execvpe.h when not
on Windows
Ian Lynagh
- patch applied (cabal): Reorder, make explicit and beautify imports
Duncan Coutts
- patch applied (cabal): Warning police: provide fallback pattern
match
Duncan Coutts
- patch applied (cabal): Warning police: Remove unused statement and
import
Duncan Coutts
- patch applied (cabal): Warning police: Add type signatures and
rename arg
Duncan Coutts
- patch applied (cabal): Fix Paths_pkg.hs generation
Duncan Coutts
- patch applied (packages/base): Correct the swapMVar haddock doc
Ian Lynagh
- patch applied (packages/process): Remove unused bits from aclocal.m4
Ian Lynagh
- patch applied (packages/GLUT): We now depend on containers
Ian Lynagh
- patch applied (cabal): Add configure --docdir flag which defaults
to "$datadir/doc/$pkgid"
Duncan Coutts
- patch applied (cabal): Make 'make tests' runnable again
Duncan Coutts
- patch applied (cabal): Split ConfVar into ConfFlag and ConfVar
Duncan Coutts
- patch applied (packages/base): Don't import Distribution.Setup in
Setup.hs as we no longer need it
Ian Lynagh
- patch applied (packages/GLUT): We now depend on array
Ian Lynagh
- patch applied (cabal): Add some extra functions to Compat.Map that
we'll need later
Duncan Coutts
- patch applied (cabal): Rewrite the Program abstraction and the
ProgramConfiguration database
Duncan Coutts
- patch applied (cabal): Add a sanity check that the ghc and ghc-pkg
versions should be equal
Duncan Coutts
- patch applied (cabal): Make configure much less verbose by default
and give useful output with -v
Duncan Coutts
- patch applied (cabal): Trivial reformatting
Duncan Coutts
- patch applied (cabal): We don't need a short option configure flag
for selecting nhc
Duncan Coutts
- patch applied (packages/unix): get the SIG constants for ourselves,
rather than relying on HsBaseConfig.h
Ross Paterson
- patch applied (packages/bytestring): re-instate fpstring.h
Ross Paterson
- patch applied (cabal): Hugs: get dropDrive from current version of
filepath
Ross Paterson
- patch applied (cabal): tweak #if's to avoid treating non-GHC as old
GHC
Ross Paterson
- patch applied (packages/containers): include Typeable.h in package
Ross Paterson
- patch applied (packages/containers): expand description
Ross Paterson
- patch applied (packages/array): include Typeable.h in package
Ross Paterson
- patch applied (packages/array): expand description
Ross Paterson
- patch applied (packages/base): include Win32 extra-libraries for
non-GHC's too
Ross Paterson
- patch applied (packages/base): remove now-unused SIG constants
Ross Paterson
- patch applied (packages/base): fpstring.h has moved to bytestring
Ross Paterson
- patch applied (packages/base): test impl(ghc) instead of IsGHC
Ross Paterson
- patch applied (packages/HaXml): Fix typo in the Pretty.hs docstring
Malcolm Wallace
- patch applied (packages/HaXml): Element content should be in parens
at all times (XML spec say so and several validator agree)
Malcolm Wallace
- patch applied (packages/HaXml): PE declaration must have space
after '%' (according to XML spec)
Malcolm Wallace
- patch applied (packages/HaXml): PUBLICID should be pretty-printed
as "PUBLIC" (per XML spec)
Malcolm Wallace
- patch applied (packages/HaXml): Several "off-by-space" fixes to
make parsing and pretty-printing reversable
Malcolm Wallace
- patch applied (packages/HaXml): Added OPTIONS pragma to make work
in ghci easier
Malcolm Wallace
- patch applied (packages/HaXml): Added (rather dumb) instance of
Arbitrary for Posn (required for QuickCheck-style testing of parser)
Malcolm Wallace
- patch applied (packages/HaXml): Added instances of Arbitrary and Eq
for all data constructor comprising XML document
Malcolm Wallace
- patch applied (packages/HaXml): Added test harness which tries to
prettyprint and re-parse random XML documents and check them
for discrepancies.
Malcolm Wallace
- patch applied (packages/HaXml): now depends on QuickCheck package
Malcolm Wallace
- patch applied (packages/mtl): add re-exports for compatibility with
old Control.Monad.RWS
Ross Paterson
- patch applied (packages/base): Fix hashInt
Ian Lynagh
- patch applied (cabal): The prologue.txt is not needed for anything
Duncan Coutts
- patch applied (packages/base): FIX #1282: 64-bit unchecked shifts
are not exported from base
Simon Marlow
- patch applied (packages/Win32): Add System.Win32.Security,
and populate it with a few bits of the security API
Simon Marlow
- patch applied (packages/directory): FIX #1280: getPermissions
wasn't working on Vista
Simon Marlow
- patch applied (cabal): Fix register --gen-script
Duncan Coutts
- patch applied (cabal): Swap haddock inplace/install dirs that were
accidentally the wrong way round
Duncan Coutts
- patch applied (cabal): Don't include the massive list of
--with-prog --prog-args flags in help text
Duncan Coutts
- patch applied (cabal): Make the GetOpt help text fit in 80 cols by
wrapping the description
Duncan Coutts
- patch applied (cabal): Wrap the configure help text program list
and rename the prog arg templates
Duncan Coutts
- patch applied (cabal): Hack to supress a warning when building Cabal
Duncan Coutts
- patch applied (cabal): Add a "build-tools:" field to the cabal file
format
Duncan Coutts
- patch applied (packages/Win32): add System.Win32.Security
(forgotten in previous patch)
Simon Marlow
- patch applied (cabal-upload): Change HTTP dep to >= 3000.0.0 && <
3000.1.0
bjorn at bringert.net
- patch applied (cabal-upload): Bump version number to 0.4.
bjorn at bringert.net
- patch applied (packages/base): delete configure droppings in setup
clean
Simon Marlow
- patch applied (packages/directory): delete configure droppings in
setup clean
Simon Marlow
- patch applied (packages/old-time): delete configure droppings in
setup clean
Simon Marlow
- patch applied (packages/process): delete configure droppings in
setup clean
Simon Marlow
- patch applied (cabal): Remove unused --enable-haddock-use-packages
flags
Duncan Coutts
- patch applied (cabal): Document lots of flags and the new
build-tools: field
Duncan Coutts
- patch applied (cabal): Look for install-includes in . first,
then in include-dirs
Duncan Coutts
- patch applied (cabal): Only create includes and bin dirs if
necessary
Duncan Coutts
- patch applied (cabal): Add install-includes .h files to the sdist
tarball
Duncan Coutts
- patch applied (cabal): Update documentation on install-includes
field
Duncan Coutts
- patch applied (cabal): Install any license file
Duncan Coutts
- patch applied (packages/array): Make arrays safer (e.g. trac #1046)
Ian Lynagh
- patch applied (packages/base): Make arrays safer (e.g. trac #1046)
Ian Lynagh
- patch applied (packages/Cabal): Add docDirTemplate for inplace
package config files
Ian Lynagh
- patch applied (packages/Cabal): The prologue.txt is not needed for
anything
Ian Lynagh
- patch applied (packages/template-haskell): Added dummy license file
Sven Panne
- patch applied (packages/process): add cross-referencing between
docs for various process modules
Ian Lynagh
- patch applied (packages/readline): added a bit of documentation to
the readline library
Ian Lynagh
- patch applied (packages/unix): add cross-referencing between posix
and process modules
Ian Lynagh
- patch applied (packages/Win32): Win32 needs to import
Win32.Security as it exports it
Ian Lynagh
- patch applied (packages/process): FIX #1593: failing to set the
working directory results in exit(126) now
Simon Marlow
- patch applied (packages/process): more of FIX #1593,
this fixes it for runProcess too
Simon Marlow
- patch applied (packages/monadLib): Whitespace and alignment updates
diatchki at cse.ogi.edu
- patch applied (packages/monadLib): Add IdT and LiftT
diatchki at cse.ogi.edu
- patch applied (cabal-install): make it build with cabal-1.1.7
Duncan Coutts
- patch applied (packages/base): Remove redundant include/Makefile
Ian Lynagh
- patch applied (packages/Cabal): Rejig the register code a bit
Ian Lynagh
- patch applied (packages/readline): Call the license LICENSE rather
than COPYING for consistency
Ian Lynagh
- patch applied (packages/readline): Remove redundant include/Makefile
Ian Lynagh
- patch applied (packages/template-haskell): Put the correct license
text in
Ian Lynagh
- patch applied (packages/unix): Remove redundant include/Makefile
Ian Lynagh
- patch applied (packages/Win32): Remove redundant include/Makefile
Ian Lynagh
- patch applied (packages/array): MachDeps.h is only needed by GHC
Ross Paterson
- patch applied (packages/array): Hugs only: fix signatures in
Storable arrays
Ross Paterson
- patch applied (packages/process): trim unused import
Ross Paterson
- patch applied (packages/Cabal): Define delete in
Distribution/Compat/Map.hs
Ian Lynagh
- patch applied (packages/Win32): Follow bytestring changes
Ian Lynagh
- patch applied (packages/Win32): Fix wrong signature for AngleArc
Clemens Fruhwirth
- patch applied (packages/random): thread-safe getStdRandom and
newStdGen
Simon Marlow
- patch applied (packages/random): add test from #1283
Simon Marlow
- patch applied (packages/base): Better hash functions for
Data.HashTable, from Jan-Willem Maessen
Ian Lynagh
- patch applied (packages/base): Fix building HashTable: Use ord
rather than fromEnum
Ian Lynagh
- patch applied (packages/base): Fix haddock docs in Hashtable
Ian Lynagh
- patch applied (packages/base): make hWaitForInput/hReady not fail
with "invalid argument" on Windows
Simon Marlow
- patch applied (packages/Cabal): Add --enable-shared as configure
argument, and ghc-shared-options as .cabal field
Ian Lynagh
- patch applied (packages/Cabal): Add mkSharedLibName to
D.Simple.Utils for DSO filename mangling
Ian Lynagh
- patch applied (packages/Cabal): Remove the use of 'normalise' since
it is currently broken (normalise
Ian Lynagh
- patch applied (packages/Cabal): remove unused imports
Ian Lynagh
- patch applied (packages/Cabal): correct copy'n'pasted comment
Ian Lynagh
- patch applied (packages/Cabal): Use dllExtension rather than
reimplementing it locally
Ian Lynagh
- patch applied (packages/Cabal): Move several modules under .Simple
Ian Lynagh
- patch applied (packages/Cabal): Add dynlibdir to InstallDirs
Ian Lynagh
- patch applied (packages/Cabal): Move GHC Makefile's .depend into
dist/build
Ian Lynagh
- patch applied (packages/Cabal): Move defaultCompilerFlavor into
Distribution.Compiler
Ian Lynagh
- patch applied (packages/Cabal): Rename searchPath to
findProgramOnPath
Ian Lynagh
- patch applied (packages/Cabal): More register cleanups to do with
ghc-pkg args
Ian Lynagh
- patch applied (packages/Cabal): Don't use the compilerProg and
compilerPkgTool, use the ProgramConfiguration
Ian Lynagh
- patch applied (packages/Cabal): Add rawSystemProgramStdout,
the Program variant of rawSystemStdout
Ian Lynagh
- patch applied (packages/Cabal): Make getInstalledPackages use
ProgramConfiguration rather than Compiler
Ian Lynagh
- patch applied (packages/Cabal): Remove compilerProg &
compilerPkgTool from Compiler
Ian Lynagh
- patch applied (packages/Cabal): Reorder configure message about
what compiler we're using
Ian Lynagh
- patch applied (packages/Cabal): Make checking program versions not
produce error spew
Ian Lynagh
- patch applied (packages/Cabal): Change installation layout on
Windows slightly
Ian Lynagh
- patch applied (packages/Cabal): Install license file into docdir
rather than datadir
Ian Lynagh
- patch applied (packages/Cabal): for c2hs,
look for .chi files in dist/build rather than hs-src-dirs
Ian Lynagh
- patch applied (packages/Cabal): track renaming of GHCMakefile.in
Ian Lynagh
- patch applied (packages/Cabal): fix 'Make checking program versions
not produce error spew' for non-GHC
Ian Lynagh
- patch applied (packages/Cabal): Update user guide on Windows
installation paths, and add default for docdir
Ian Lynagh
- patch applied (packages/Cabal): Display the appropriate install
messages for lib vs exes
Ian Lynagh
- patch applied (packages/Cabal): Don't pass docdir to ./configure,
as older autoreconfs don't support it
Ian Lynagh
- patch applied (packages/hpc): Remove comp.stdout and interp.stdout
files from the repo
Ian Lynagh
Last message date:
Fri Aug 31 15:36:32 EST 2007
Archived on: Fri Aug 31 15:27:13 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).