Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hsc2hs docs: 'gcc' is now the default compiler, not 'ghc'; fixes #4341 | Ian Lynagh | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | Update Cabal's version number | Ian Lynagh | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include ↵ | simonpj@microsoft.com | 2010-09-22 | 2 | -30/+0 |
| | | | | | | | | lambdas This makes \(x:xs) -> e want when you have -fwarn-incomplete-patterns, which is consistent. | ||||
* | Remove an out of date paragraph from the user guide; fixes #4331 | Ian Lynagh | 2010-09-22 | 1 | -4/+0 |
| | |||||
* | Add a release note about the typechecker | Ian Lynagh | 2010-09-19 | 1 | -0/+8 |
| | |||||
* | Library release notes for 7.0.1 | Ian Lynagh | 2010-09-17 | 1 | -4/+596 |
| | |||||
* | Documentation for INLINABLE | simonpj@microsoft.com | 2010-09-15 | 1 | -10/+104 |
| | |||||
* | Update release notes and docs with LLVM info. | David Terei | 2010-09-14 | 7 | -52/+207 |
| | |||||
* | Add a release note: "-dynload wrapper" removed | Ian Lynagh | 2010-09-11 | 1 | -0/+7 |
| | |||||
* | put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2 | Ian Lynagh | 2010-09-11 | 1 | -1/+1 |
| | | | | | I think we'll currently still have too many people with old versions of alex/happy to want to make this an error now. | ||||
* | 6.14 -> 7.0 | Ian Lynagh | 2010-09-11 | 3 | -6/+6 |
| | |||||
* | Add a couple more release notes | Ian Lynagh | 2010-09-11 | 1 | -0/+15 |
| | |||||
* | Document -dsuppress-module-prefixes | Ian Lynagh | 2010-09-11 | 2 | -0/+16 |
| | |||||
* | updates to the release notes | Simon Marlow | 2010-09-09 | 1 | -14/+66 |
| | |||||
* | Remove "-dynload wrapper"; fixes trac #4275 | Ian Lynagh | 2010-09-08 | 1 | -11/+0 |
| | |||||
* | users_guide.xml is now generated | Ian Lynagh | 2010-08-28 | 1 | -11/+0 |
| | |||||
* | Add a new-IO manager release note | Ian Lynagh | 2010-08-27 | 1 | -0/+8 |
| | |||||
* | Merge a duplicate release note | Ian Lynagh | 2010-08-27 | 1 | -12/+6 |
| | |||||
* | Typo, spotted by Johan Tibell | Ian Lynagh | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | First pass at 6.14.1 release notes | Ian Lynagh | 2010-08-26 | 1 | -6/+461 |
| | |||||
* | Fix typo | Ian Lynagh | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | Change how the dblatex/lndir problem is worked around | Ian Lynagh | 2010-08-24 | 1 | -33/+2 |
| | | | | | | | | | | | Hack: dblatex normalises the name of the main input file using os.path.realpath, which means that if we're in a linked build tree, it find the real source files rather than the symlinks in our link tree. This is fine for the static sources, but it means it can't find the generated sources. We therefore also generate the main input file, so that it really is in the link tree, and thus dblatex can find everything. | ||||
* | Clean the generated userguide sources | Ian Lynagh | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | Generate the bit in the user guide where we say what -fglasgow-exts does | Ian Lynagh | 2010-08-22 | 3 | -35/+13 |
| | | | | Stops the docs going out of sync with the code. | ||||
* | Document --supported-extensions | Ian Lynagh | 2010-08-22 | 3 | -4/+5 |
| | |||||
* | Make -rtsopts more flexible | Ian Lynagh | 2010-08-05 | 1 | -3/+3 |
| | | | | | The default is a new "some" state, which allows only known-safe flags that we want on by default. Currently this is only "--info". | ||||
* | Add a release note: GHCi import syntax | Ian Lynagh | 2010-07-21 | 1 | -0/+7 |
| | |||||
* | remove 'mode: xml' emacs settings (#2208) | Simon Marlow | 2010-07-08 | 21 | -21/+0 |
| | |||||
* | Add docs for DatatypeContexts extension | Ian Lynagh | 2010-07-07 | 1 | -0/+20 |
| | |||||
* | trac #2362 (full import syntax in ghci) | amsay@amsay.net | 2010-06-25 | 1 | -3/+5 |
| | | | | 'import' syntax is seperate from ':module' syntax | ||||
* | Fix typo in -ddump-pass's document. | shelarcy | 2010-06-20 | 1 | -2/+2 |
| | |||||
* | trac #1789 (warnings for missing import lists) | amsay@amsay.net | 2010-06-18 | 1 | -0/+7 |
| | |||||
* | Rename some variables from FOO to FOO_CMD | Ian Lynagh | 2010-06-16 | 1 | -2/+2 |
| | | | | | | | | This fixes a problem with commands like gzip, where if $GZIP is exported in the environment, then when make runs a command it'll put the Makefile variable's value in the environment. But gzip treats $GZIP as arguments for itself, so when we run gzip it thinks we're giving it "gzip" as an argument. | ||||
* | --install-signal-handles=no does not affect the timer signal (#1908) | Simon Marlow | 2010-05-27 | 1 | -0/+9 |
| | |||||
* | Update docs on view patterns | simonpj@microsoft.com | 2010-06-14 | 1 | -4/+2 |
| | |||||
* | Update ghci example output in user guide; patch from YitzGale in #4111 | Ian Lynagh | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Add a release notes file for 6.14.1 | Ian Lynagh | 2010-05-30 | 2 | -1/+81 |
| | |||||
* | Fix doc bugs (#4071) | Simon Marlow | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Remove the Unicode alternative for ".." (#3894) | Simon Marlow | 2010-05-05 | 1 | -8/+0 |
| | |||||
* | --make is now the default (#3515), and -fno-code works with --make (#3783) | Simon Marlow | 2010-04-27 | 1 | -14/+110 |
| | | | | | | | | | | | | | | | | | | | | | | If the command line contains any Haskell source files, then we behave as if --make had been given. The meaning of the -c flag has changed (back): -c now selects one-shot compilation, but stops before linking. However, to retain backwards compatibility, -c is still allowed with --make, and means the same as --make -no-link. The -no-link flag has been un-deprecated. -fno-code is now allowed with --make (#3783); the fact that it was disabled before was largely accidental, it seems. We also had some regressions in this area: it seems that -fno-code was causing a .hc file to be emitted in certain cases. I've tidied up the code, there was no need for -fno-code to be a "mode" flag, as far as I can tell. -fno-code does not emit interface files, nor does it do recompilation checking, as suggested in #3783. This would make Haddock emit interface files, for example, and I'm fairly sure we don't want to do that. Compiling with -fno-code is pretty quick anyway, perhaps we can get away without recompilation checking. | ||||
* | Fix the GHC API link in the main doc index.html | Ian Lynagh | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | Flags -auto and -auto-all operate only on functions not marked INLINE. | Milan Straka | 2010-03-31 | 2 | -8/+12 |
| | |||||
* | Update the user guide so it talks about the newer "do rec" notation everywhere | Ian Lynagh | 2010-04-16 | 2 | -4/+10 |
| | | | | Some of the problems highlighted in trac #3968. | ||||
* | Fix typo | Ian Lynagh | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs. | Milan Straka | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Add -pa and -V to the documentation of time profiling options. | Milan Straka | 2010-03-29 | 1 | -2/+19 |
| | |||||
* | Add the external core PDF to the new build system | Ian Lynagh | 2010-03-21 | 3 | -62/+18 |
| | |||||
* | Document the new RTS linker flags | Ian Lynagh | 2010-03-14 | 2 | -2/+33 |
| | |||||
* | Add -no-auto-link-packages docs to the user guide; fixes trac #3759 | Ian Lynagh | 2010-02-28 | 2 | -0/+17 |
| | |||||
* | Whitespace only in docs/users_guide/packages.xml | Ian Lynagh | 2010-02-28 | 1 | -711/+711 |
| |