October 2010 Archives by author
Starting: Mon Oct 4 12:14:05 EDT 2010
Ending: Sun Oct 31 18:01:49 EDT 2010
Messages: 268
- darcs patch: Added GZipUtils to handle .tar files wit... (and 1
more)
Dmitry Astapov
- Next steps for "cabal test" feature
Max Bolingbroke
- Package Dependency License Checking
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix release version
number
Duncan Coutts
- patch applied (cabal-install): Do not add lower case .hs files as
modules in cabal init
Duncan Coutts
- patch applied (cabal-install): Simplify the bash command completion
Duncan Coutts
- patch applied (cabal): print a warning if repository location
isn't specified and the cabal project looks like being tracked by a
version control system
Duncan Coutts
- patch applied (cabal): Correct spelling of 'transative'
Duncan Coutts
- patch applied (cabal): Fix processing of ghc-shared-options
Duncan Coutts
- patch applied (cabal): Auto-reconfiguration when .cabal is newer
than setup-config
Duncan Coutts
- patch applied (cabal): Minor changes to the auto-reconfiguration
feature.
Duncan Coutts
- patch applied (cabal): Added flags related to UHC, uhcbase package
Duncan Coutts
- patch applied (cabal): initial support for building executables
with UHC
Duncan Coutts
- patch applied (cabal): Document how Cabal-Version affects
behaviour of build-depends
Duncan Coutts
- patch applied (cabal): More docs about the meaning of the
cabal-version field
Duncan Coutts
- patch applied (cabal): Using path templates to name test log files
Duncan Coutts
- patch applied (cabal): Qualified import of
Distribution.Simple.Setup in Distribution.Simple.Haddock
Duncan Coutts
- patch applied (cabal): Added --test-filter flag
Duncan Coutts
- patch applied (cabal): Fixed test suite breakage due to TestSuite
API changes
Duncan Coutts
- patch applied (cabal): Added detailed test interface
Duncan Coutts
- patch applied (cabal): Improved security of test log file creation
Duncan Coutts
- patch applied (cabal): Added support for building detailed library
test suites
Duncan Coutts
- patch applied (cabal): Removed dependency on extensible-exceptions
from detailed test suite interface
Duncan Coutts
- patch applied (cabal): Added support for running the default stub
executables Cabal creates for library test suites
Duncan Coutts
- patch applied (cabal): Added convenience functions and default
instances making export of 'Test' constructors unnecessary
Duncan Coutts
- patch applied (cabal): Setting datadir environment variables when
running tests
Duncan Coutts
- patch applied (cabal): Renamed 'result' and 'getResult' to 'run'
and 'runM'
Duncan Coutts
- patch applied (cabal): Improvements to library test suite runner,
including documentation
Duncan Coutts
- patch applied (cabal): Inheriting existing environment for test
suite executables
Duncan Coutts
- patch applied (cabal): New test suite log format
Duncan Coutts
- patch applied (cabal): Added QA checks for test suite name conflicts
Duncan Coutts
- patch applied (cabal): Removed duplicate code for test suite
interface version checks
Duncan Coutts
- patch applied (cabal): Improvements to test suite logging
Duncan Coutts
- patch applied (cabal): Saving Options from test runs for
reproducability
Duncan Coutts
- patch applied (cabal): Added 'check' and 'optionLookup' to
Distribution.TestSuite
Duncan Coutts
- patch applied (cabal): Exporting machine log types from
Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal): Using a separate PathTemplateEnv for
machine test logs
Duncan Coutts
- patch applied (cabal): Added clarifying comments to
Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal): Added flag allowing human-readable test
logs to be appended instead of overwritten
Duncan Coutts
- patch applied (cabal): Added console-style test summary
information to human-readable logs
Duncan Coutts
- patch applied (cabal): Renamed Distribution.TestSuite.optionLookup
to lookupOption
Duncan Coutts
- patch applied (cabal): Fixed documentation errors in
Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal): Improved documentation for
Distribution.TestSuite
Duncan Coutts
- patch applied (cabal): Added documentation for machine-readable
test log types
Duncan Coutts
- patch applied (cabal): Using common function to name path
environment variables in PathsModule and Test
Duncan Coutts
- patch applied (cabal): Catching exceptions when lifting pure tests
to IO
Duncan Coutts
- patch applied (cabal): Fixed help message for machine-log path
template
Duncan Coutts
- patch applied (cabal): Fixed deprecation warning in
Distribution.TestSuite
Duncan Coutts
- patch applied (cabal): Passing names of test suites to run to test
stage
Duncan Coutts
- patch applied (cabal): Displaying location of test suite log on
terminal
Duncan Coutts
- patch applied (cabal): Renamed option '--test-filter' to
'--show-details'
Duncan Coutts
- patch applied (cabal): Using correct name of log file in
human-readable log
Duncan Coutts
- patch applied (cabal): Added debugging output to test summary
Duncan Coutts
- patch applied (cabal): Displaying human-readable test log when
requested
Duncan Coutts
- patch applied (cabal): Fixed human test log output for failing tests
Duncan Coutts
- patch applied (cabal): Renamed "library" test suite type to
"detailed"
Duncan Coutts
- patch applied (cabal): Added --replay option to cabal test
Duncan Coutts
- patch applied (cabal): Respect verbosity flag when outputting test
log
Duncan Coutts
- patch applied (cabal): Added --test-option(s) flags
Duncan Coutts
- patch applied (cabal): Removed "$stdio" from acceptable template
variables
Duncan Coutts
- patch applied (cabal): Added test suites to Cabal User Guide
Duncan Coutts
- patch applied (cabal): Change how the test suite interfaces are
represented, parsed and used
Duncan Coutts
- patch applied (cabal): Add a bunch of TODOs about the test feature
Duncan Coutts
- patch applied (cabal): Rename LocalBuildInfo extraArgs to
extraConfigArgs to avoid name clashes
Duncan Coutts
- patch applied (cabal): Remove redundant import
Duncan Coutts
- patch applied (cabal): Refactor the missing VCS info QA check
Duncan Coutts
- patch applied (cabal): Add a FIXME about parsing cabal files
Duncan Coutts
- patch applied (cabal): Update Makefile for new markdown user guide
Duncan Coutts
- patch applied (cabal): Remove the ghc Makefile stuff for the old
docbook xml
Duncan Coutts
- Next steps for "cabal test" feature
Duncan Coutts
- Next steps for "cabal test" feature
Duncan Coutts
- Next steps for "cabal test" feature
Duncan Coutts
- patch: pretty printing for Cabal
Duncan Coutts
- patch applied (cabal): Change the syntax and behaviour of the
cabal-version field
Duncan Coutts
- patch applied (cabal): Default to Haskell98 for GHC 7.x
Duncan Coutts
- patch applied (cabal): Check test-suite sections even when they
have been disabled at configure time
Duncan Coutts
- patch applied (cabal): Add a few TODOs about package checks
Duncan Coutts
- patch applied (cabal): Update the message for a package check
Duncan Coutts
- patch applied (cabal): Add testsuites to the allBuildInfo
function, used mainly in checks
Duncan Coutts
- patch applied (cabal): Fix a cabal-version check so it accepts the
field missing entirely
Duncan Coutts
- patch applied (cabal): Add instance Text TestShowDetails parsing
and use it for --show-details flag
Duncan Coutts
- patch applied (cabal): Remove the test --append-human-log and
--replay features
Duncan Coutts
- patch applied (cabal): Rename test --human-log to just --log
Duncan Coutts
- patch applied (cabal): Update the unit tests of the testsuite
feature
Duncan Coutts
- patch applied (cabal): Add the Cabal unit tests as a test-suite
stanza
Duncan Coutts
- patch applied (cabal): Restore compatability with ghc-6.8 and 6.6
but drop support for ghc-6.4
Duncan Coutts
- patch applied (cabal): Change the way we handle the version number
during bootstrapping
Duncan Coutts
- patch applied (cabal): Remove unused cpp version definition
Duncan Coutts
- patch applied (cabal): Head version needs cabal-version: >=1.8 due
to test stanza
Duncan Coutts
- patch applied (cabal): Add note about ticket #689 about deprecated
extensions
Duncan Coutts
- patch applied (cabal): Fix old doc links
Duncan Coutts
- patch applied (cabal): new cabal pretty printer.
Duncan Coutts
- patch applied (cabal): reentered accidentally lost exports
Duncan Coutts
- patch applied (cabal): pretty printer fixes (FreeText starting
with ., version tags, version range parens, option order).
Duncan Coutts
- patch applied (cabal): Merge and tweaks following pretty printer
changes
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Using path templates to
name test log files
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Qualified import of
Distribution.Simple.Setup in Distribution.Simple.Haddock
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added --test-filter flag
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fixed test suite
breakage due to TestSuite API changes
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added detailed test
interface
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Improved security of
test log file creation
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added support for
building detailed library test suites
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Removed dependency on
extensible-exceptions from detailed test suite interface
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added support for
running the default stub executables Cabal creates for library test
suites
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added convenience
functions and default instances making export of 'Test'
constructors unnecessary
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Setting datadir
environment variables when running tests
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Renamed 'result' and
'getResult' to 'run' and 'runM'
Duncan Coutts
- patch applied (cabal-install): Add a TODO about fetch --constraint
flags
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Improvements to library
test suite runner, including documentation
Duncan Coutts
- patch applied (cabal-install): Update to use Cabal-1.10.x
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Inheriting existing
environment for test suite executables
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): New test suite log format
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added QA checks for
test suite name conflicts
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Removed duplicate code
for test suite interface version checks
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Improvements to test
suite logging
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Saving Options from
test runs for reproducability
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added 'check' and
'optionLookup' to Distribution.TestSuite
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Exporting machine log
types from Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Using a separate
PathTemplateEnv for machine test logs
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added clarifying
comments to Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added flag allowing
human-readable test logs to be appended instead of overwritten
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added console-style
test summary information to human-readable logs
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Renamed
Distribution.TestSuite.optionLookup to lookupOption
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fixed documentation
errors in Distribution.Simple.Test
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Improved documentation
for Distribution.TestSuite
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added documentation for
machine-readable test log types
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Using common function
to name path environment variables in PathsModule and Test
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Catching exceptions
when lifting pure tests to IO
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fixed help message for
machine-log path template
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fixed deprecation
warning in Distribution.TestSuite
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Passing names of test
suites to run to test stage
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Displaying location of
test suite log on terminal
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Renamed option
'--test-filter' to '--show-details'
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Using correct name of
log file in human-readable log
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added debugging output
to test summary
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Displaying
human-readable test log when requested
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fixed human test log
output for failing tests
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Renamed "library" test
suite type to "detailed"
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added --replay option
to cabal test
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Respect verbosity flag
when outputting test log
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added --test-option(s)
flags
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Removed "$stdio" from
acceptable template variables
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added test suites to
Cabal User Guide
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Change how the test
suite interfaces are represented, parsed and used
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Remove redundant import
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Update Makefile for new
markdown user guide
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Change the syntax and
behaviour of the cabal-version field
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix duplicate import
warnings
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Default to Haskell98
for GHC 7.x
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Correct spelling of
'transative'
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix processing of
ghc-shared-options
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Auto-reconfiguration
when .cabal is newer than setup-config
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Minor changes to the
auto-reconfiguration feature.
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Added flags related to
UHC, uhcbase package
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): initial support for
building executables with UHC
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Document how
Cabal-Version affects behaviour of build-depends
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): More docs about the
meaning of the cabal-version field
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Rename LocalBuildInfo
extraArgs to extraConfigArgs to avoid name clashes
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): print a warning if
repository location isn't specified and the cabal project looks
like being tracked by a version control system
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Refactor the missing
VCS info QA check
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Disable the
"detailed-0.9" interface in the Cabal-1.10.x branch
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Check test-suite
sections even when they have been disabled at configure time
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Update the message for
a package check
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add testsuites to the
allBuildInfo function, used mainly in checks
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add a bunch of TODOs
about the test feature
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix a cabal-version
check so it accepts the field missing entirely
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add instance Text
TestShowDetails parsing and use it for --show-details flag
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Remove the test
--append-human-log and --replay features
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Rename test --human-log
to just --log
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Update the unit tests
of the testsuite feature
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Restore compatability
with ghc-6.8 and 6.6 but drop support for ghc-6.4
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Change the way we
handle the version number during bootstrapping
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Remove unused cpp
version definition
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix old doc links
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add a Language type,
starting with Haskell98 and Haskell2010
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Extend the Compiler
interface to list the supported languages
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add new language and
extensions fields (internal data structures)
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add parsing for the new
language and extensions fields
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add hugs support for
the languages and extensions fields
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add compiler support
for using the new languages and extensions fields
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Check at configure time
that languages are supported by the compiler
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add package QA checks
for the new language and extensions fields
Duncan Coutts
- patch applied (cabal): Add a Language type, starting with
Haskell98 and Haskell2010
Duncan Coutts
- patch applied (cabal): Extend the Compiler interface to list the
supported languages
Duncan Coutts
- patch applied (cabal): Add new language and extensions fields
(internal data structures)
Duncan Coutts
- patch applied (cabal): Add parsing for the new language and
extensions fields
Duncan Coutts
- patch applied (cabal): Add hugs support for the languages and
extensions fields
Duncan Coutts
- patch applied (cabal): Add compiler support for using the new
languages and extensions fields
Duncan Coutts
- patch applied (cabal): Check at configure time that languages are
supported by the compiler
Duncan Coutts
- patch applied (cabal): Add package QA checks for the new language
and extensions fields
Duncan Coutts
- patch applied (cabal): Add a note about the remaining issue with
runhugs scripts
Duncan Coutts
- cabal, UHC, and different backends
Duncan Coutts
- patch applied (cabal): Improve error messages about programs not
being found
Duncan Coutts
- patch applied (cabal): Update the pretty printer to the current
testsuite interface
Duncan Coutts
- patch applied (cabal): Add a test program to look for ghc
extensions that are not registered
Duncan Coutts
- patch applied (cabal-install): Added GZipUtils to handle .tar
files with the same code as .tar.gz
Duncan Coutts
- patch applied (cabal-install): Use "maybeDecompress" to handle
broken proxies that transparenty decompress network streams. Closes
#622, #686. Cabal update could fail in some cases, see
http://trac.haskell.org/http/ticket/109283
Duncan Coutts
- patch applied (cabal-install): Add an extra note about the http
proxy decompression issue
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Add the newer
extensions that GHC knows about
Duncan Coutts
- patch applied (cabal-branches/cabal-1.10): Fix a documentation
reference to ghc 6.14
Duncan Coutts
- cabal, UHC, and different backends
Atze Dijkstra
- Exposure of synopsis in InstalledPackageInfo
Andy Gimblett
- [Hackage] #745: cabal-install sometimes gives empty build-log and
no build-summary
Hackage
- [Hackage] #746: Cabal should complain if you give an upperbound on
Cabal-Version
Hackage
- [Hackage] #656: Cabal-1.8-style dependencies stop Haddock from
working
Hackage
- [Hackage] #736: Win32 missing
Hackage
- [Hackage] #741: simplified bash completion file
Hackage
- [Hackage] #747: symlinks in sdists
Hackage
- [Hackage] #339: cabal should force a rebuild when Extensions:
or *-Options: change
Hackage
- [Hackage] #294: Setup build should call Setup configure,
if necessary
Hackage
- [Hackage] #477: re-configure when the .cabal file changes
Hackage
- [Hackage] #309: cabal install should recognize if package was
already configured
Hackage
- [Hackage] #518: reconfigure command that uses the previous
configure command
Hackage
- [Hackage] #747: symlinks in sdists
Hackage
- [Hackage] #746: Cabal should complain if you give an upperbound
on Cabal-Version
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal update fails
Hackage
- [Hackage] #748: cabal does not use JavaScript proxy
autoconfiguration (was: cabal update fails)
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #647: Pretty printer for package descriptions is
incomplete
Hackage
- [Hackage] #43: for Hugs executable install,
dependencies need to be taken into account for the generated script
(was: for Hugs executable install,
the Extensions probably need to be taken into account for the
generated script)
Hackage
- [Hackage] #639: 'source-repository' should not necessarily
require 'cabal-version >= 1.6'
Hackage
- [Hackage] #676: bash-completion gets confused by alias for rm
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #749: Package check cannot handle byte-order-mark in
.cabal file
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #622: wrong HTTP Content-Type for tar.gz files,
breaking cabal-install behind some proxies.
Hackage
- [Hackage] #749: Package check cannot handle byte-order-mark in
.cabal file
Hackage
- [Hackage] #750: Distribution\Client\Dependency\TopDown.hs:171:37-73:
Non-exhaustive patterns in lambda
Hackage
- [Hackage] #751: Cabal confused about DeriveFunctor
Hackage
- [Hackage] #751: Cabal confused about DeriveFunctor
Hackage
- [Hackage] #751: Cabal confused about DeriveFunctor
Hackage
- [Hackage] #752: sdist not setting the executable bit on the
configure script when Build-Type is Configure
Hackage
- [Hackage] #751: Cabal confused about DeriveFunctor
Hackage
- [Hackage] #750:
Distribution\Client\Dependency\TopDown.hs:171:37-73:
Non-exhaustive patterns in lambda
Hackage
- [Hackage] #753: cabal executable chooses different versions of
libraries than cabal library
Hackage
- [Hackage] #622: wrong HTTP Content-Type for tar.gz files,
breaking cabal-install behind some proxies.
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #754: cabal should pass extra lib/include dirs to
configure scripts
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #686: cabal install - Codec.Compression.Zlib:
incorrect header check
Hackage
- [Hackage] #622: wrong HTTP Content-Type for tar.gz files,
breaking cabal-install behind some proxies.
Hackage
- [Hackage] #676: bash-completion gets confused by alias for rm
Hackage
- [Hackage] #755: high verbosity should make configure verbose as
well ?
Hackage
- [Hackage] #399: More information in the Paths_pkg.hs module,
or a new module
Hackage
- [Hackage] #756: weird ghc dependency on array
Hackage
- patch applied (cabal): Fix duplicate import warnings
Ian Lynagh
- patch applied (cabal): Add final newline
Ian Lynagh
- patch applied (cabal): Merge conflicts
Ian Lynagh
- patch applied (cabal): Fix warnings: Remove duplicate imports
Ian Lynagh
- patch applied (cabal): Require "cabal-version: >= 1.10" as we use
the new testsuite syntax
Ian Lynagh
- patch applied (cabal): Make the .cabal file fully 1.10-compliant
Ian Lynagh
- darcs patch: Split known-extensions off into their own type, and
re...
Ian Lynagh
- darcs patch: Split known-extensions off into their ow... (and 3
more)
Ian Lynagh
- patch applied (cabal): Split known-extensions off into their own
type, and remove knownExtensions
Ian Lynagh
- patch applied (cabal): Generalise deprecatedExtensions
Ian Lynagh
- patch applied (cabal): Tweak a couple of types
Ian Lynagh
- patch applied (cabal): Add support for general extension
en/disabling
Ian Lynagh
- patch applied (cabal): Fix parsing of empty default-language fields
Ian Lynagh
- patch applied (cabal): Whitespace only
Ian Lynagh
- patch applied (cabal): Add some more extensions that GHC knows about
Ian Lynagh
- patch applied (cabal-branches/cabal-1.10): Fix parsing of empty
default-language fields
Ian Lynagh
- patch: pretty printing for Cabal
Jürgen Nicklisch-Franken
- Next steps for "cabal test" feature
Thomas Tuegel
Last message date:
Sun Oct 31 18:01:49 EDT 2010
Archived on: Mon Nov 8 13:40:11 EDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).