Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
46ec5a8e
Commit
46ec5a8e
authored
Jun 16, 2008
by
Ian Lynagh
Browse files
Avoid using deprecated flags in the testsuite tests
parent
ee414c0d
Changes
150
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/arrows/should_compile/arrowapply1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowapply2.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowapply3.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowapply4.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowapply5.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowcase1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowdo1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowdo2.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowdo3.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
-- test for out-size tuples: takes a _long_ time to compile
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowform1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowif1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowlet1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_compile/arrowrec1.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.hs
View file @
46ec5a8e
{-# OPTIONS -farrows -fglasgow-exts #-}
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE Arrows #-}
-- Crashed GHC 6.4 with a lint error
-- because of the existential
...
...
testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.stderr
View file @
46ec5a8e
arrowfail001.hs:1
5
:35:
arrowfail001.hs:1
6
:35:
Ambiguous type variable `a' in the constraint:
`Foo a' arising from a use of `foo' at arrowfail001.hs:1
5
:35-37
`Foo a' arising from a use of `foo' at arrowfail001.hs:1
6
:35-37
Probable fix: add a type signature that fixes these type variable(s)
testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
ShouldFail
where
...
...
testsuite/tests/ghc-regress/arrows/should_fail/arrowfail003.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
-- Arrow commands where an expression is expected
module
ShouldFail
where
...
...
testsuite/tests/ghc-regress/arrows/should_run/arrowrun001.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
-- Toy lambda-calculus interpreter from John Hughes's arrows paper (s5)
...
...
testsuite/tests/ghc-regress/arrows/should_run/arrowrun002.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
-- Homogeneous (or depth-preserving) functions over perfectly balanced trees.
...
...
testsuite/tests/ghc-regress/arrows/should_run/arrowrun003.hs
View file @
46ec5a8e
{-#
OPTIONS -fa
rrows #-}
{-#
LANGUAGE A
rrows #-}
module
Main
(
main
)
where
...
...
Prev
1
2
3
4
5
…
8
Next
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