Problems with validating template-haskell

10 Sep
2013
10 Sep
'13
12:57 p.m.
I have problems with validating my changes in template-haskell, file Language/Haskell/Th/Syntax.hs. I added isTrue# function in the import: import GHC.Base ( Int(..), Int#, (<#), (==#), isTrue# ) And later on I'm using isTrue#. However, when stage1 compiler tries to compile Syntax.hs, validation fails (due to -Werror): libraries/template-haskell/Language/Haskell/TH/Syntax.hs:19:1: Warning: The import of ‛Int#, Int, ==#, <#’ from module ‛GHC.Base’ is redundant The module obviously uses mentioned operators and data types. I wonder what did I miss. Ideas anyone? Janek
4271
Age (days ago)
4271
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jan Stolarek