[GHC] #7643: Kind application error
GHC
ghc-devs at haskell.org
Sat Nov 22 22:40:29 UTC 2014
#7643: Kind application error
-------------------------------------+-------------------------------------
Reporter: gmainland | Owner: simonpj
Type: bug | Status: new
Priority: normal | Milestone: 7.10.1
Component: Compiler | Version: 7.6.1
(Type checker) | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets: #7354, #8355
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by thomie):
The example from the description, as well as the simpler testcase from
comment:1, both compile fine with ghc 7.8.1 and higher:
{{{
$ ghc-7.8.1 -dcore-lint -package primitive --make Main.hs
}}}
(without `-package primitive` I'm getting "undefined reference to
`hsprimitive_memset_Word`" errors)
A regression test should probably be added.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7643#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list