You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ checkImport "above comment at top of module""CommentAtTop.hs""CommentAtTop.expected.hs""import Data.Monoid"
858
+
[ (`xfail`"known broken") (checkImport "module where keyword lower in file no exports""WhereKeywordLowerInFileNoExports.hs""WhereKeywordLowerInFileNoExports.expected.hs""import Data.Int")
859
+
, (`xfail`"known broken") (checkImport "module where keyword lower in file with exports""WhereDeclLowerInFile.hs""WhereDeclLowerInFile.expected.hs""import Data.Int")
860
+
, (`xfail`"known broken") (checkImport "Shebang not at top with spaces""ShebangNotAtTopWithSpaces.hs""ShebangNotAtTopWithSpaces.expected.hs""import Data.Monoid")
861
+
, (`xfail`"known broken") (checkImport "Shebang not at top no space""ShebangNotAtTopNoSpace.hs""ShebangNotAtTopNoSpace.expected.hs""import Data.Monoid")
862
+
, (`xfail`"known broken") (checkImport "OPTIONS_GHC pragma not at top with spaces""OptionsNotAtTopWithSpaces.hs""OptionsNotAtTopWithSpaces.expected.hs""import Data.Monoid")
863
+
, (`xfail`"known broken") (checkImport "Shebang not at top of file""ShebangNotAtTop.hs""ShebangNotAtTop.expected.hs""import Data.Monoid")
864
+
, (`xfail`"known broken") (checkImport "OPTIONS_GHC pragma not at top of file""OptionsPragmaNotAtTop.hs""OptionsPragmaNotAtTop.expected.hs""import Data.Monoid")
865
+
, (`xfail`"known broken") (checkImport "pragma not at top with comment at top""PragmaNotAtTopWithCommentsAtTop.hs""PragmaNotAtTopWithCommentsAtTop.expected.hs""import Data.Monoid")
866
+
, (`xfail`"known broken") (checkImport "pragma not at top multiple comments""PragmaNotAtTopMultipleComments.hs""PragmaNotAtTopMultipleComments.expected.hs""import Data.Monoid")
867
+
, checkImport "pragmas not at top with module declaration""PragmaNotAtTopWithModuleDecl.hs""PragmaNotAtTopWithModuleDecl.expected.hs""import Data.Monoid"
868
+
, checkImport "pragmas not at top with imports""PragmaNotAtTopWithImports.hs""PragmaNotAtTopWithImports.expected.hs""import Data.Monoid"
869
+
, checkImport "above comment at top of module""CommentAtTop.hs""CommentAtTop.expected.hs""import Data.Monoid"
0 commit comments