#5179: Unexpected Failure due to change of defaultDynFlags' type
----------------------------------+-----------------------------------------
Reporter: daniel.is.fischer | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Other
----------------------------------+-----------------------------------------
annrun01 fails with
{{{
annrun01.hs:18:28:
Couldn't match expected type `DynFlags'
with actual type `DynFlags.Settings -> DynFlags'
In the first argument of `defaultErrorHandler', namely
`defaultDynFlags'
In the expression: defaultErrorHandler defaultDynFlags
In the expression:
defaultErrorHandler defaultDynFlags
$ runGhc (Just cTop)
}}}
`defaultDynFlags` now takes an argument of type `Settings`, the test has
not been updated yet.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5179>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs