Skip to content
Snippets Groups Projects
Commit 20623767 authored by Alec Theriault's avatar Alec Theriault
Browse files

Accept failing tests

Also silence orphan warnings.
parent 9c5f6860
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Test.Haddock.Xhtml
( Xml(..)
......@@ -22,7 +22,6 @@ newtype Xml = Xml
} deriving Eq
-- TODO: Find a way to avoid warning about orphan instances.
deriving instance Eq Element
deriving instance Eq Content
deriving instance Eq CData
......
......@@ -8,7 +8,7 @@ module Bug722
class Foo a
(!@#) :: Foo a => a -> a -> a
infixl 4 !@#
type family &* :: * -> * -> *
type family (&*) :: * -> * -> *
infixr 3 &*
data a :-& b
(:^&) :: a -> b -> (:-&) a b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment