May 2007 Archives by date
Starting: Tue May 1 06:08:02 EST 2007
Ending: Wed May 30 12:59:59 EST 2007
Messages: 268
- patch applied (packages/readline): Make configure fail if the
package is not buildable
Ian Lynagh
- patch applied (cabal): Put pre-processed source into the dist/build
dir rather than src dirs
Duncan Coutts
- patch applied (cabal): Generalise PreProcessors to take more
detailed args
Duncan Coutts
- patch applied (cabal): call c2hs using the more detailed info
Duncan Coutts
- patch applied (cabal): Record if pre-processors are platform
independent
Duncan Coutts
- patch applied (cabal): Leave platform independent pre-processed
sources in the src dir
Duncan Coutts
- patch applied (cabal): Do not delete platform independent
pre-processed sources during sdist
Duncan Coutts
- patch applied (cabal): fix installIncludeFiles thinko
Duncan Coutts
- patch applied (cabal): Add test case for platform dependent and
independent generated sources
Duncan Coutts
- patch applied (cabal): fix Haddock syntax error
Simon Marlow
- patch applied (cabal): nhc98 does not have Control.Exception
Malcolm Wallace
- patch applied (cabal): fix installIncludeFiles again.
Duncan Coutts
- patch applied (cabal): Fix a couple verbosity settings
Duncan Coutts
- patch applied (packages/base): Add IsString to exports of GHC.Exts
Simon Peyton Jones
- patch applied (packages/base): Remove Splittable class (a vestige
of linear implicit parameters)
Simon Peyton Jones
- patch applied (packages/base): Be less quiet about building the
base package
Simon Peyton Jones
- patch applied (packages/base): Trim imports, remove a cycle
Simon Peyton Jones
- patch applied (packages/base): Add IsString to exports of
GHC.Exts
Ian Lynagh
- patch applied (packages/base): Add IsString to exports of
GHC.Exts
Simon Peyton-Jones
- patch applied (cabal): Hack around non-portable System.Process
stuff for nhc98.
Malcolm Wallace
- patch applied (cabal): For nhc98, restore '
systemGetStdout' under the name '
rawSystemStdout' :-)
Malcolm Wallace
- patch applied (cabal-install): Upgraded to filepath & first steps
towards Windows compatibility
Duncan Coutts
- patch applied (cabal-install): Fix default verbosity
Duncan Coutts
- patch applied (cabal-install): List packages in name and version
order (case-insensitively)
Duncan Coutts
- patch applied (cabal-install): Get the version from the
cabal-generated paths module
Duncan Coutts
- patch applied (cabal-install): Tweak where the default config lives
and where we keep the package list
Duncan Coutts
- patch applied (cabal-install): Make the -v flag mean -v2 like cabal
does, not -v3
Duncan Coutts
- patch applied (cabal-install): Be less verbose when parsing all the
package' s .cabal files
Duncan Coutts
- patch applied (cabal-install): Add message when creating the
package config files.
Duncan Coutts
- patch applied (cabal-install): Change various things in our own
.cabal file
Duncan Coutts
- patch applied (cabal-install): Use the new hackage package archive
url
Duncan Coutts
- patch applied (cabal-install): Remove the Makefile and the
redundant install instructions
Duncan Coutts
- POSIX named semaphore and shared memory object bindings
Daniel Franke
- POSIX named semaphore and shared memory object bindings
Duncan Coutts
- patch applied (cabal): Fix import of IO.try
Duncan Coutts
- patch applied (cabal): Fix more verbosity settings of messages
Duncan Coutts
- patch applied (cabal): remove cabal-install and cabal-setup from
Makefile
Duncan Coutts
- patch applied (cabal-upload): Looks to me like this is actually the
BSD3 license not BSD4
Duncan Coutts
- patch applied (cabal-upload): Depend on filepath rather than cabal
for the FilePath module
Duncan Coutts
- patch applied (cabal-upload): Fix upper bound on HTTP dep
Duncan Coutts
- patch applied (packages/unix): Fix calling getAllUserEntries twice
(trac #1279).
Ian Lynagh
- patch applied (packages/base): Make Control.Exception buildable by
nhc98.
Malcolm Wallace
- patch applied (cabal-install): Fix dep on HTTP package
Duncan Coutts
- patch applied (cabal-install): Use user installs by default
Duncan Coutts
- patch applied (cabal): Use Control.Exception even for nhc98 now.
Malcolm Wallace
- patch applied (cabal-install): follow change of directory layout of
the HackageDB data
Ross Paterson
- patch applied (cabal-install): Use user installs by default
Simon Marlow
- patch applied (cabal-install): Use user installs by default
Duncan Coutts
- patch applied (packages/base): the " unknown"
types are no longer required
Simon Marlow
- patch applied (packages/base): FIX: #724 (tee complains if used in
a process started by ghc)
Simon Marlow
- patch applied (packages/base): improve documentation for evaluate
Simon Marlow
- patch applied (packages/base): further clarify the docs for '
evaluate'
Malcolm Wallace
- patch applied (cabal-install): Use user installs by default
Simon Marlow
- patch applied (packages/base): Give an example of how intersection
takes elements from the first set
Ian Lynagh
- patch applied (packages/base): fix imports for non-GHC
Ross Paterson
- patch applied (cabal): remove copy of cabal-install library
Ross Paterson
- patch applied (cabal): non-GHC version of rawSystemStdout
Ross Paterson
- patch applied (cabal): separate build and output directory for Hugs
build
Ross Paterson
- patch applied (packages/base): Build GHC/Prim.hs and
GHC/PrimopWrappers.hs from Cabal
Ian Lynagh
- patch applied (packages/base): Use FilePath to make paths when
building GHC/Prim.hs and GHC/PrimopWrappers.hs
Ian Lynagh
- patch applied (cabal): Make a proper verbosity type,
rather than using Int values
Ian Lynagh
- patch applied (packages/polyparse): Make several combinators lazier,
in the PolyLazy variation only.
Malcolm Wallace
- patch applied (packages/polyparse): Some comments only.
Malcolm Wallace
- patch applied (cabal): Compile with -Wall
Ian Lynagh
- patch applied (cabal): Fix warnings
Ian Lynagh
- patch applied (cabal): Fix a warning
Ian Lynagh
- patch applied (cabal): Fix warnings
Ian Lynagh
- patch applied (cabal): Fix warnings
Ian Lynagh
- patch applied (cabal): rejig location of package interfaces for
haddock
Ross Paterson
- patch applied (packages/base): When doing safe writes,
handle EAGAIN rather than raising an exception
Simon Marlow
- patch applied (cabal): Put some comments in about what the
verbosity stuff means
Ian Lynagh
- patch applied (cabal): rejig location of package interfaces for
haddock
Ian Lynagh
- patch applied (cabal): cope with pre-requisite packages with empty
haddock fields (like rts)
Ross Paterson
- patch applied (cabal): Small tidyup
Ian Lynagh
- patch applied (cabal): cope with pre-requisite packages with
empty haddock fields (like rts)
Ian Lynagh
- patch applied (packages/base): correct the documentation for
newForeignPtr
Simon Marlow
- patch applied (cabal): FIX BUILD with GHC 6.2.x
Simon Marlow
- patch applied (packages/stm): Move STM-specific tests from
testsuite/tests/ghc-regress/concurrent/should_run
Simon Marlow
- patch applied (packages/base): add install-includes: field
Simon Marlow
- patch applied (packages/readline): add install-includes: field
Simon Marlow
- patch applied (packages/unix): add includes: field
Simon Marlow
- patch applied (packages/Win32): add install-includes: field
Simon Marlow
- patch applied (packages/ALUT): add includes: field
Simon Marlow
- patch applied (packages/GLUT): add includes: field
Simon Marlow
- patch applied (packages/OpenAL): add includes: field
Simon Marlow
- patch applied (packages/OpenGL): add includes: field
Simon Marlow
- patch applied (packages/X11): add includes: field
Simon Marlow
- patch applied (packages/network): add includes: field
Simon Marlow
- patch applied (cabal): Export simpleUserHooks
Ian Lynagh
- patch applied (packages/pretty): Remove non-pretty-printing stuff
(of base), and rename package to " pretty"
Ian Lynagh
- patch applied (packages/old-time): Remove the pretty-printing
modules (now in package pretty(
Ian Lynagh
- patch applied (packages/old-time): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/old-time): Remove non-time stuff (of base),
and rename package to " time"
Ian Lynagh
- patch applied (packages/old-time): We now depend on old-locale
Ian Lynagh
- patch applied (packages/old-locale): Remove the pretty-printing
modules (now in package pretty(
Ian Lynagh
- patch applied (packages/old-locale): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/old-locale): Split off directory,
random and old-time packages
Ian Lynagh
- patch applied (packages/old-locale): Remove non-locale stuff (of
base), and rename package to " old-locale"
Ian Lynagh
- patch applied (packages/parallel): Remove the pretty-printing
modules (now in package pretty(
Ian Lynagh
- patch applied (packages/parallel): Remove non-parallel stuff (of
base), and rename package to " parallel"
Ian Lynagh
- patch applied (packages/random): Remove the pretty-printing modules
(now in package pretty(
Ian Lynagh
- patch applied (packages/random): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/random): Remove non-random stuff (of base),
and rename package to " random"
Ian Lynagh
- patch applied (packages/directory): Remove the pretty-printing
modules (now in package pretty(
Ian Lynagh
- patch applied (packages/directory): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/directory): Remove non-directory stuff (of
base), and rename package to " directory"
Ian Lynagh
- patch applied (packages/directory): Tiny refactoring
Ian Lynagh
- patch applied (packages/directory): Rejig the #ifdeffery
Ian Lynagh
- patch applied (packages/X11): Comment out the add_ghc_options type
sig in Setup.hs
Ian Lynagh
- patch applied (cabal-install): Changed HTTP version dep to HTTP >
= 3000.0 && < 3000.1
bjorn at bringert.net
- patch applied (cabal-install): Print download URL with -v,
to allow debugging download errors.
bjorn at bringert.net
- patch applied (cabal-install): Follow directory layout of HackageDB
data also when calculating URLs to download from,
not just the local paths.
bjorn at bringert.net
- patch applied (cabal): custom show'ers for Verbosity
Pepe Iborra
- patch applied (cabal-install): Upgraded to Distribution.Verbosity
Pepe Iborra
- patch applied (cabal-install): Be more robust when dealing with
external tar
Pepe Iborra
- patch applied (cabal-install): Unbreak package retrieval on Windows
Pepe Iborra
- patch applied (cabal-install): Be more verbose in Update
Pepe Iborra
- patch applied (cabal): portability fix
Ross Paterson
- patch applied (cabal): Get right the verbosity correspondence for
GHC
Pepe Iborra
- patch applied (cabal): Dumping Distribution.Compat.FilePath in
favor of System.FilePath
Pepe Iborra
- patch applied (cabal): now needs -package filepath
Malcolm Wallace
- patch applied (packages/HaXml): New combinator ' inplace'
suggested by Jeremy Shaw.
Malcolm Wallace
- patch applied (cabal): fix compilation with GHC 6.2.x
Simon Marlow
- patch applied (cabal): Pass rawSystemStdout verbosity, not verbose
Ian Lynagh
- patch applied (packages/process): Remove the pretty-printing
modules (now in package pretty(
Ian Lynagh
- patch applied (packages/process): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/process): Split off directory,
random and old-time packages
Ian Lynagh
- patch applied (packages/process): System.Locale is now split out
Ian Lynagh
- patch applied (packages/process): Remove non-process bits (of base)
and rename package to " process"
Ian Lynagh
- patch applied (packages/base): Remove the pretty-printing modules
(now in package pretty(
Ian Lynagh
- patch applied (packages/base): Remove Control.Parallel*,
now in package parallel
Ian Lynagh
- patch applied (packages/base): Split off directory,
random and old-time packages
Ian Lynagh
- patch applied (packages/base): System.Locale is now split out
Ian Lynagh
- patch applied (packages/base): Fix comment: maperrno is in
Win32Utils.c, not runProcess.c
Ian Lynagh
- patch applied (packages/base): Split off process package
Ian Lynagh
- patch applied (cabal): We now depend on pretty,
directory and old-time
Ian Lynagh
- patch applied (cabal): We now depend on process
Ian Lynagh
- patch applied (packages/directory): TAG directory 2007-05-24
Ian Lynagh
- patch applied (packages/directory): Need shlobj.h on Windows
Ian Lynagh
- patch applied (packages/filepath): We now depend on directory
Ian Lynagh
- patch applied (packages/haskell98): We now depend on directory,
random, old-time, old-locale
Ian Lynagh
- patch applied (packages/haskell98): We now depend on process
Ian Lynagh
- patch applied (packages/old-time): TAG old-time 2007-05-24
Ian Lynagh
- patch applied (packages/old-time): Pass configure arguments through
with Setup.hs
Ian Lynagh
- patch applied (packages/old-time): Include sys/timeb.h
Ian Lynagh
- patch applied (packages/readline): We now depend on process
Ian Lynagh
- patch applied (packages/readline): Remove unnecessary "
import Prelude hiding (catch)"
Ian Lynagh
- patch applied (packages/template-haskell): We now depend on pretty
Ian Lynagh
- patch applied (packages/unix): We now depend on directory
Ian Lynagh
- patch applied (packages/unix): We now depend on process
Ian Lynagh
- patch applied (packages/process): TAG process 2007-05-24
Ian Lynagh
- patch applied (packages/process): Only build System.Process when
building with GHC
Ian Lynagh
- patch applied (cabal): generalise type of xargs
Simon Marlow
- patch applied (cabal): fix cut&pasto
Simon Marlow
- patch applied (cabal): Improvements for 'setup makefile'
Simon Marlow
- patch applied (cabal): avoid overflowing the argument limit when
building a split-objs lib
Simon Marlow
- patch applied (packages/directory): Put configure.ac back in the
repo; not sure how it got removed
Ian Lynagh
- patch applied (packages/base): Remove Makefile and package.conf.in
(used in the old build system)
Ian Lynagh
- patch applied (cabal): Remove package.conf.in and GHC bits of
Makefile (used in the old build system)
Ian Lynagh
- patch applied (packages/filepath): Remove Makefile and
package.conf.in (used in the old build system)
Ian Lynagh
- patch applied (packages/haskell98): Remove Makefile and
package.conf.in (used in the old build system)
Ian Lynagh
- patch applied (packages/readline): Remove Makefile and
package.conf.in (used in the old build system)
Ian Lynagh
- patch applied (packages/template-haskell): Remove Makefile and
package.conf.in (used in the old build system)
Ian Lynagh
- patch applied (packages/unix): Remove Makefile and package.conf.in
(used in the old build system)
Ian Lynagh
- patch applied (packages/Win32): Remove Makefile and package.conf.in
(used in the old build system)
Ian Lynagh
- patch applied (packages/directory): glasgow only
Malcolm Wallace
- patch applied (packages/ALUT): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/GLUT): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/HGL): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/HUnit): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/ObjectIO): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/OpenAL): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/OpenGL): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/QuickCheck): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/X11): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/arrows): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/fgl): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/haskell-src): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/html): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/mtl): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/network): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/parsec): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/regex-base): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/regex-compat): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/regex-posix): Remove Makefile and
package.conf.in (used in the old GHC build system)
Ian Lynagh
- patch applied (packages/old-time): Add cbits/timeUtils.c back to
the repo.
Ian Lynagh
- patch applied (packages/stm): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/time): Remove Makefile and package.conf.in
(used in the old GHC build system)
Ian Lynagh
- patch applied (packages/base): remove directory, pretty,
and random bits from base for nhc98
Malcolm Wallace
- patch applied (packages/base): nhc98 version of instance Show
(a-> b) copied from Prelude
Malcolm Wallace
- patch applied (packages/base): remove locale as well
Malcolm Wallace
- patch applied (packages/base): remove System.Cmd and System.Time too
Malcolm Wallace
- patch applied (packages/haskell-src): remove Makefile.inc (only
affects nhc98)
Malcolm Wallace
- patch applied (packages/haskell-src): haskell-src package acquires
a dependency on pretty
Malcolm Wallace
- patch applied (packages/QuickCheck): Follow base split (now dep on
random)
Ian Lynagh
- patch applied (packages/time): Follow base split (now dep on
old-locale)
Ian Lynagh
- patch applied (packages/directory): update CFILES pragma (used by
Hugs only)
Ross Paterson
- patch applied (packages/process): small fixes required by the split
Ross Paterson
- patch applied (packages/base): delete unused constants
Ross Paterson
- patch applied (packages/directory): all but NHC
Ross Paterson
- patch applied (packages/old-time): exclude for nhc98
Malcolm Wallace
- patch applied (packages/directory): Cpp exclusion macro ->
defined(__GLASGOW_HASKELL__) || defined(__HUGS__)
Malcolm Wallace
- patch applied (packages/process): Exclude non-portable modules from
the nhc98 build.
Malcolm Wallace
- patch applied (packages/process): DIRS now lives in package
Makefile, not script/pkgdirlist
Malcolm Wallace
- patch applied (packages/parsec): remove Makefile.inc (only affects
nhc98)
Malcolm Wallace
- patch applied (packages/parsec): DIRS now lives in package Makefile,
not script/pkgdirlist
Malcolm Wallace
- patch applied (packages/polyparse): DIRS now lives in package
Makefile, not script/pkgdirlist
Malcolm Wallace
- patch applied (packages/polyparse): Poly.Lazy needs to override
some Poly.Base defns.
Malcolm Wallace
- patch applied (packages/base): DIRS now lives in package Makefile,
not script/pkgdirlist
Malcolm Wallace
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Malcolm Wallace
- patch applied (packages/HaXml): old nhc98 Makefiles now obsolete
Malcolm Wallace
- patch applied (cabal): old nhc98 Makefiles now obsolete
Malcolm Wallace
- patch applied (packages/HUnit): remove Makefile.inc (only affects
nhc98)
Malcolm Wallace
- patch applied (packages/HUnit): old nhc98 Makefiles now obsolete
Malcolm Wallace
- patch applied (packages/QuickCheck): remove Makefile.inc (only
affects nhc98)
Malcolm Wallace
- patch applied (packages/QuickCheck): old nhc98 Makefiles now
obsolete
Malcolm Wallace
- patch applied (packages/filepath): old nhc98 Makefiles now obsolete
Malcolm Wallace
- patch applied (packages/haskell-src): old nhc98 Makefiles now
obsolete
Malcolm Wallace
- patch applied (packages/base): add module Data.Fixed to nhc98 build
Malcolm Wallace
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Ross Paterson
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Malcolm Wallace
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Ross Paterson
- patch applied (packages/HaXml): Export accessor functions for the
Posn type.
Malcolm Wallace
- patch applied (packages/HaXml): typo
Malcolm Wallace
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Donald Bruce Stewart
- patch applied (cabal): Add Distribution.Simple.GHCMakefile to
Exposed-Modules
Ian Lynagh
- patch applied (cabal): Fix quoting when doing gen-script of '
in descriptions
Ian Lynagh
- patch applied (packages/base): Add System.Timeout to base.cabal
Ian Lynagh
- patch applied (packages/base): Add System.Timeout to base.cabal
Neil Mitchell
- patch applied (packages/base): Add System.Timeout to base.cabal
Ian Lynagh
- patch applied (packages/base): Add System.Timeout to base.cabal
Neil Mitchell
- patch applied (cabal): Fix warnings in Paths_* autogenerated module
Ian Lynagh
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Malcolm Wallace
- patch applied (packages/HaXml): now depends on pretty and fps,
not on haskell98 packages
Malcolm Wallace
- patch applied (packages/HaXml): need a secondary .cabal file to
deal with new pkg deps
Malcolm Wallace
- patch applied (packages/haskell98): Dummy build for nhc98,
to avoid warnings for a missing haskell98 package.
Malcolm Wallace
- patch applied (cabal): add nhc98-options: field to .cabal file
Malcolm Wallace
- patch applied (packages/HaXml): add nhc98-options: field to .cabal
file
Malcolm Wallace
- patch applied (packages/base): add a dummy implementation of
System.Timeout.timeout for nhc98
Malcolm Wallace
- patch applied (packages/base): add nhc98-options: field to .cabal
file
Malcolm Wallace
- patch applied (packages/haskell-src): add nhc98-options: field to
.cabal file
Malcolm Wallace
- patch applied (packages/polyparse): add nhc98-options: field to
.cabal file
Malcolm Wallace
- patch applied (packages/haskell98): some dummy content for nhc
haskell98 package
Malcolm Wallace
- patch applied (packages/filepath): Fix warnings
Ian Lynagh
- patch applied (packages/filepath): Remove unused function
Ian Lynagh
- patch applied (packages/filepath): Silence another warning
Ian Lynagh
- patch applied (packages/filepath): Avoid having \ at the end of the
line as it confuses cpp
Ian Lynagh
- patch applied (packages/html): increase stack when building with
nhc98
Malcolm Wallace
- patch applied (packages/old-time): increase stack size when
building with nhc98
Malcolm Wallace
- patch applied (cabal): Close the handle of temporary files before
removing them
Ian Lynagh
- patch applied (packages/base): Control.Concurrent documentation fix
Ian Lynagh
- patch applied (packages/base): Add Data instance for PackedString;
patch from greenrd in trac #1263
Ian Lynagh
- patch applied (packages/template-haskell): Add Data and Typeable
instances; patch from greenrd in trac #1263'
Ian Lynagh
- patch applied (packages/base): Data.PackedString: Data.Generics is
GHC-only
Ross Paterson
- patch applied (packages/HaXml): need a secondary .cabal file to
deal with new pkg deps
Ross Paterson
- patch applied (packages/unix): Add support for named semaphores and
shared memory objects
Simon Marlow
- patch applied (packages/HUnit): FIX #476 (HUnit treats failures as
errors)
Simon Marlow
- patch applied (packages/network): Add IPv6 support to
Network.Socket.
Ian Lynagh
- patch applied (packages/network): Add IPv6 support to Network.
Ian Lynagh
- patch applied (packages/network): Invoke the preprocessor portably.
Ian Lynagh
- patch applied (packages/HaXml): need a secondary .cabal file to
deal with new pkg deps
Malcolm Wallace
- patch applied (packages/HaXml): Export a content unescaper by
symmetry with the element unescaper.
Malcolm Wallace
- patch applied (packages/HaXml): comment update only
Malcolm Wallace
- patch applied (packages/HaXml): escape single quotes in
stdXmlEscaper
Malcolm Wallace
- patch applied (packages/HaXml): Add a -n cmd-line option to Xtract.
Malcolm Wallace
- patch applied (packages/HaXml): Don'
t escape the newline character.
Malcolm Wallace
- patch applied (packages/HaXml): Add the -n flag to 'XtractLazy' too.
Malcolm Wallace
- patch applied (packages/HaXml): Remove "head of empty list" bug
from lexer.
Malcolm Wallace
Last message date:
Wed May 30 12:59:59 EST 2007
Archived on: Wed May 30 12:55:47 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).