[commit: ghc] strict-data: Add Strict data language pragma (1cee34c)
git at git.haskell.org
git at git.haskell.org
Sun Jan 11 22:18:17 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : strict-data
Link : http://ghc.haskell.org/trac/ghc/changeset/1cee34c71e807ff65b921b9062c3d03bac06e01c/ghc
>---------------------------------------------------------------
commit 1cee34c71e807ff65b921b9062c3d03bac06e01c
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Sun Jan 11 23:19:34 2015 +0100
Add Strict data language pragma
>---------------------------------------------------------------
1cee34c71e807ff65b921b9062c3d03bac06e01c
compiler/basicTypes/DataCon.hs | 10 ++---
compiler/basicTypes/MkId.hs | 26 +++++++------
compiler/deSugar/DsMeta.hs | 10 +++--
compiler/hsSyn/Convert.hs | 5 ++-
compiler/parser/Parser.y | 17 ++++----
compiler/typecheck/TcExpr.hs | 28 +++++++-------
compiler/typecheck/TcSplice.hs | 13 ++++---
compiler/typecheck/TcTyClsDecls.hs | 10 +++--
testsuite/tests/deSugar/should_run/DsStrictData.hs | 45 ++++++++++++++++++++++
.../tests/deSugar/should_run/DsStrictData.stdout | 3 +-
testsuite/tests/deSugar/should_run/all.T | 1 +
11 files changed, 114 insertions(+), 54 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 1cee34c71e807ff65b921b9062c3d03bac06e01c
More information about the ghc-commits
mailing list