#2338: unpack primitive types by default in data? and NOUNPACK?
---------------------------------+------------------------------------------
Reporter: Isaac Dupree | Owner: simonmar
Type: feature request | Status: patch
Priority: high | Milestone: 7.4.1
Component: Compiler | Version: 6.8.2
Keywords: | Testcase:
Blockedby: | Difficulty: Unknown
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by wehr@…):
commit aa564232ee67d46403a69b02b0b8faf2455894f8
{{{
Author: Stefan Wehr <[email protected]>
Date: Wed Nov 9 09:37:17 2011 +0100
added NOUNPACK pragma (see #2338)
compiler/basicTypes/BasicTypes.lhs | 2 ++
compiler/basicTypes/DataCon.lhs | 1 +
compiler/iface/BinIface.hs | 4 +++-
compiler/parser/Lexer.x | 2 ++
compiler/parser/Parser.y.pp | 2 ++
compiler/typecheck/TcTyClsDecls.lhs | 1 +
docs/users_guide/glasgow_exts.xml | 20 ++++++++++++++++++++
docs/users_guide/using.xml | 7 ++++++-
8 files changed, 37 insertions(+), 2 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2338#comment:17>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs