Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
8564b059
Commit
8564b059
authored
Jul 12, 2011
by
Ian Lynagh
Browse files
Update tests for new InterruptibleFFI extension
parent
afe452ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/driver/T4437.hs
View file @
8564b059
...
...
@@ -16,6 +16,7 @@ main = do let ghcExtensions = [ ext | (ext, _, _, _) <- xFlags ]
"RelaxedLayout"
,
"DeriveGeneric"
,
"DefaultSignatures"
,
"InterruptibleFFI"
,
"AlternativeLayoutRule"
,
"AlternativeLayoutRuleTransitional"
,
"MonadComprehensions"
]
...
...
testsuite/tests/ghc-regress/th/TH_foreignInterruptible.hs
View file @
8564b059
{-# LANGUAGE TemplateHaskell,ForeignFunctionInterface #-}
{-# LANGUAGE TemplateHaskell,
ForeignFunctionInterface
, InterruptibleFFI
#-}
module
TH_foreign
where
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment