[GHC] #12596: can't find interface-file declaration
GHC
ghc-devs at haskell.org
Tue Sep 13 18:11:54 UTC 2016
#12596: can't find interface-file declaration
-------------------------------------+-------------------------------------
Reporter: mwotton | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by mwotton):
Instances.hs:
{{{#!hs
module Instances where
import Data.Data
import qualified Data.Set as HS
import Language.Haskell.TH.Syntax
instance (Data a,Ord a) => Lift (HS.Set a) where
lift = liftData
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12596#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list