[commit: ghc] wip/tc/typeable-with-kinds: Add flag to warn when deriving typeable, and update user manual (735d968)
git at git.haskell.org
git at git.haskell.org
Sat Mar 7 16:43:56 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc/typeable-with-kinds
Link : http://ghc.haskell.org/trac/ghc/changeset/735d96891a0f861e4130c67e35c24c8eafefda2c/ghc
>---------------------------------------------------------------
commit 735d96891a0f861e4130c67e35c24c8eafefda2c
Author: Iavor S. Diatchki <diatchki at galois.com>
Date: Thu Feb 12 17:05:51 2015 -0800
Add flag to warn when deriving typeable, and update user manual
>---------------------------------------------------------------
735d96891a0f861e4130c67e35c24c8eafefda2c
compiler/main/DynFlags.hs | 2 ++
compiler/typecheck/TcDeriv.hs | 11 +++++---
compiler/typecheck/TcInstDcls.hs | 12 ++++-----
docs/users_guide/flags.xml | 19 ++++++++++++--
docs/users_guide/glasgow_exts.xml | 53 +++++++++++++++++++++------------------
5 files changed, 62 insertions(+), 35 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 735d96891a0f861e4130c67e35c24c8eafefda2c
More information about the ghc-commits
mailing list